Home
last modified time | relevance | path

Searched defs:full_name (Results 1 – 25 of 71) sorted by relevance

123

/external/chromium_org/extensions/common/
Dextension_api_stub.cc40 bool ExtensionAPI::IsAvailableInUntrustedContext(const std::string& full_name, in IsAvailableInUntrustedContext()
51 const std::string& full_name) { in GetSchema()
Dextension_api.cc185 void ExtensionAPI::SplitDependencyName(const std::string& full_name, in SplitDependencyName()
281 Feature::Availability ExtensionAPI::IsAvailable(const std::string& full_name, in IsAvailable()
312 const std::string& full_name) { in GetSchema()
348 Feature* ExtensionAPI::GetFeatureDependency(const std::string& full_name) { in GetFeatureDependency()
368 std::string ExtensionAPI::GetAPINameFromFullName(const std::string& full_name, in GetAPINameFromFullName()
/external/chromium_org/chrome/browser/profiles/
Dprofile_downloader_unittest.cc12 std::string GetJSonData(const std::string& full_name, in GetJSonData()
51 void VerifyWithAccountData(const std::string& full_name, in VerifyWithAccountData()
Dgaia_info_update_service_unittest.cc103 const base::string16& full_name, in ProfileDownloadSuccess()
120 void RenameProfile(const base::string16& full_name, in RenameProfile()
Dgaia_info_update_service.cc107 base::string16 full_name = downloader->GetProfileFullName(); in OnProfileDownloadSuccess() local
/external/protobuf/python/google/protobuf/
Ddescriptor.py99 def __init__(self, options, options_class_name, name, full_name, argument
210 def __init__(self, name, full_name, filename, containing_type, fields, argument
373 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
426 def __init__(self, name, full_name, filename, values, argument
497 def __init__(self, name, full_name, index, methods, options=None, file=None, argument
541 def __init__(self, name, full_name, index, containing_service, argument
/external/chromium_org/content/public/test/
Dtest_launcher.cc194 std::string GetPreTestName(const std::string& full_name) { in GetPreTestName()
214 std::string full_name(test_names[i]); in RunTests() local
232 std::string full_name(test_names[i]); in RunTests() local
288 std::string full_name(*i); in RetryTests() local
/external/chromium_org/third_party/protobuf/python/google/protobuf/
Ddescriptor.py115 def __init__(self, options, options_class_name, name, full_name, argument
226 def __init__(self, name, full_name, filename, containing_type, fields, argument
428 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
514 def __init__(self, name, full_name, filename, values, argument
585 def __init__(self, name, full_name, index, methods, options=None, file=None, argument
629 def __init__(self, name, full_name, index, containing_service, argument
Ddescriptor_pool.py140 def FindMessageTypeByName(self, full_name): argument
155 def FindEnumTypeByName(self, full_name): argument
/external/chromium_org/build/android/pylib/instrumentation/
Dtest_result.py11 def __init__(self, full_name, test_type, start_date, dur, log=''): argument
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dmucroomlookuptask.h42 std::string full_name() const { in full_name() function
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
Dpython_descriptor.h58 PyObject* full_name; member
/external/chromium_org/tools/json_schema_compiler/
Dschema_loader.py66 def ResolveType(self, full_name, default_namespace): argument
Dcpp_type_generator.py170 def _FindType(self, full_name): argument
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dselected_keyword_view.cc71 const base::string16 full_name = is_extension_keyword ? in SetKeyword() local
/external/chromium_org/base/test/launcher/
Dtest_result.h48 std::string full_name; member
/external/chromium_org/v8/tools/
Dgenerate-builtins-tests.py47 def BuildTests(function, full_name, options): argument
/external/chromium_org/base/files/
Dfile_enumerator_posix.cc138 FilePath full_name = source.Append(dent->d_name); in ReadDirectory() local
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc34 static bool IsLinker(const char* full_name) { in IsLinker()
/external/lldb/source/Interpreter/
DOptions.cpp787 std::string full_name ("--"); in HandleOptionCompletion() local
805 std::string full_name ("--"); in HandleOptionCompletion() local
831 std::string full_name ("--"); in HandleOptionCompletion() local
/external/chromium_org/base/debug/
Dprofiler.cc32 std::string full_name(name); in StartProfiling() local
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc149 string ToJavaName(const string& full_name, const FileDescriptor* file) { in ToJavaName()
/external/chromium_org/chrome/browser/android/profiles/
Dprofile_downloader_android.cc96 const base::string16& full_name, in OnProfileDownloadSuccess()
/external/pixman/test/
Dcheck-formats.c267 char full_name[128] = { 0 }; in operator_from_string() local
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp35 _CFieldNameExtractor(const CFX_WideString& full_name) in _CFieldNameExtractor()
178 void CFieldTree::SetField(const CFX_WideString &full_name, CPDF_FormField *field_ptr) in SetField()
201 CPDF_FormField *CFieldTree::GetField(const CFX_WideString &full_name) in GetField()
219 CPDF_FormField *CFieldTree::RemoveField(const CFX_WideString & full_name) in RemoveField()
249 CFieldTree::_Node *CFieldTree::FindNode(const CFX_WideString& full_name) in FindNode()
785 CFX_WideString full_name = GetFullName(pField->GetFieldDict()); in GetAllFieldNames() local

123