/external/chromium_org/extensions/common/ |
D | extension_api_stub.cc | 40 bool ExtensionAPI::IsAvailableInUntrustedContext(const std::string& full_name, in IsAvailableInUntrustedContext() 51 const std::string& full_name) { in GetSchema()
|
D | extension_api.cc | 185 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/ |
D | profile_downloader_unittest.cc | 12 std::string GetJSonData(const std::string& full_name, in GetJSonData() 51 void VerifyWithAccountData(const std::string& full_name, in VerifyWithAccountData()
|
D | gaia_info_update_service_unittest.cc | 103 const base::string16& full_name, in ProfileDownloadSuccess() 120 void RenameProfile(const base::string16& full_name, in RenameProfile()
|
D | gaia_info_update_service.cc | 107 base::string16 full_name = downloader->GetProfileFullName(); in OnProfileDownloadSuccess() local
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 99 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/ |
D | test_launcher.cc | 194 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/ |
D | descriptor.py | 115 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
|
D | descriptor_pool.py | 140 def FindMessageTypeByName(self, full_name): argument 155 def FindEnumTypeByName(self, full_name): argument
|
/external/chromium_org/build/android/pylib/instrumentation/ |
D | test_result.py | 11 def __init__(self, full_name, test_type, start_date, dur, log=''): argument
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | mucroomlookuptask.h | 42 std::string full_name() const { in full_name() function
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/ |
D | python_descriptor.h | 58 PyObject* full_name; member
|
/external/chromium_org/tools/json_schema_compiler/ |
D | schema_loader.py | 66 def ResolveType(self, full_name, default_namespace): argument
|
D | cpp_type_generator.py | 170 def _FindType(self, full_name): argument
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
D | selected_keyword_view.cc | 71 const base::string16 full_name = is_extension_keyword ? in SetKeyword() local
|
/external/chromium_org/base/test/launcher/ |
D | test_result.h | 48 std::string full_name; member
|
/external/chromium_org/v8/tools/ |
D | generate-builtins-tests.py | 47 def BuildTests(function, full_name, options): argument
|
/external/chromium_org/base/files/ |
D | file_enumerator_posix.cc | 138 FilePath full_name = source.Append(dent->d_name); in ReadDirectory() local
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common_linux.cc | 34 static bool IsLinker(const char* full_name) { in IsLinker()
|
/external/lldb/source/Interpreter/ |
D | Options.cpp | 787 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/ |
D | profiler.cc | 32 std::string full_name(name); in StartProfiling() local
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 149 string ToJavaName(const string& full_name, const FileDescriptor* file) { in ToJavaName()
|
/external/chromium_org/chrome/browser/android/profiles/ |
D | profile_downloader_android.cc | 96 const base::string16& full_name, in OnProfileDownloadSuccess()
|
/external/pixman/test/ |
D | check-formats.c | 267 char full_name[128] = { 0 }; in operator_from_string() local
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_form.cpp | 35 _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
|