/external/chromium_org/chrome/browser/chromeos/drive/ |
D | debug_info_collector.cc | 58 void DebugInfoCollector::GetMetadata( in GetMetadata() function in drive::DebugInfoCollector 66 file_system_->GetMetadata(callback); in GetMetadata()
|
D | debug_info_collector.h | 38 void GetMetadata(const GetFilesystemMetadataCallback& callback);
|
D | dummy_file_system.h | 85 virtual void GetMetadata( in GetMetadata() function
|
D | fake_file_system.h | 115 virtual void GetMetadata(
|
D | file_system_interface.h | 407 virtual void GetMetadata(
|
/external/chromium_org/webkit/browser/fileapi/ |
D | async_file_test_helper.cc | 210 base::PlatformFileError AsyncFileTestHelper::GetMetadata( in GetMetadata() function in fileapi::AsyncFileTestHelper 216 context->operation_runner()->GetMetadata( in GetMetadata() 241 base::PlatformFileError result = GetMetadata(context, url, &file_info); in FileExists() 251 base::PlatformFileError result = GetMetadata(context, url, &file_info); in DirectoryExists()
|
D | async_file_test_helper.h | 78 static base::PlatformFileError GetMetadata(FileSystemContext* context,
|
D | file_system_url_request_job.cc | 165 file_system_context_->operation_runner()->GetMetadata( in StartAsync()
|
D | file_system_operation.h | 294 virtual void GetMetadata(const FileSystemURL& path,
|
D | file_system_operation_impl.h | 54 virtual void GetMetadata(const FileSystemURL& url, in NON_EXPORTED_BASE()
|
D | file_system_operation_runner.h | 98 OperationID GetMetadata(const FileSystemURL& url,
|
/external/protobuf/src/google/protobuf/ |
D | message.h | 314 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } in GetDescriptor() 324 return GetMetadata().reflection; in GetReflection() 331 virtual Metadata GetMetadata() const = 0;
|
D | dynamic_message.cc | 197 Metadata GetMetadata() const; 422 Metadata DynamicMessage::GetMetadata() const { in GetMetadata() function in google::protobuf::DynamicMessage
|
D | descriptor.pb.h | 200 ::google::protobuf::Metadata GetMetadata() const; 294 ::google::protobuf::Metadata GetMetadata() const; 476 ::google::protobuf::Metadata GetMetadata() const; 573 ::google::protobuf::Metadata GetMetadata() const; 741 ::google::protobuf::Metadata GetMetadata() const; 967 ::google::protobuf::Metadata GetMetadata() const; 1081 ::google::protobuf::Metadata GetMetadata() const; 1190 ::google::protobuf::Metadata GetMetadata() const; 1304 ::google::protobuf::Metadata GetMetadata() const; 1429 ::google::protobuf::Metadata GetMetadata() const; [all …]
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | message.h | 295 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } in GetDescriptor() 305 return GetMetadata().reflection; in GetReflection() 312 virtual Metadata GetMetadata() const = 0;
|
D | dynamic_message.cc | 209 Metadata GetMetadata() const; 435 Metadata DynamicMessage::GetMetadata() const { in GetMetadata() function in google::protobuf::DynamicMessage
|
D | descriptor.pb.h | 204 ::google::protobuf::Metadata GetMetadata() const; 289 ::google::protobuf::Metadata GetMetadata() const; 510 ::google::protobuf::Metadata GetMetadata() const; 602 ::google::protobuf::Metadata GetMetadata() const; 768 ::google::protobuf::Metadata GetMetadata() const; 1007 ::google::protobuf::Metadata GetMetadata() const; 1119 ::google::protobuf::Metadata GetMetadata() const; 1228 ::google::protobuf::Metadata GetMetadata() const; 1340 ::google::protobuf::Metadata GetMetadata() const; 1469 ::google::protobuf::Metadata GetMetadata() const; [all …]
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
D | syncable_file_system_operation.cc | 183 void SyncableFileSystemOperation::GetMetadata( in GetMetadata() function in sync_file_system::SyncableFileSystemOperation 187 impl_->GetMetadata(url, callback); in GetMetadata()
|
D | syncable_file_system_operation.h | 55 virtual void GetMetadata(const fileapi::FileSystemURL& url, in NON_EXPORTED_BASE()
|
/external/chromium_org/media/filters/ |
D | ffmpeg_demuxer.h | 101 std::string GetMetadata(const char* key) const;
|
D | ffmpeg_demuxer.cc | 332 std::string FFmpegDemuxerStream::GetMetadata(const char* key) const { in GetMetadata() function in media::FFmpegDemuxerStream 482 std::string title = stream->GetMetadata("title"); in AddTextStreams() 483 std::string language = stream->GetMetadata("language"); in AddTextStreams()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.h | 92 ::google::protobuf::Metadata GetMetadata() const; 215 ::google::protobuf::Metadata GetMetadata() const; 332 ::google::protobuf::Metadata GetMetadata() const;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.h | 93 ::google::protobuf::Metadata GetMetadata() const; 210 ::google::protobuf::Metadata GetMetadata() const; 327 ::google::protobuf::Metadata GetMetadata() const;
|
D | plugin.pb.cc | 471 ::google::protobuf::Metadata CodeGeneratorRequest::GetMetadata() const { in GetMetadata() function in google::protobuf::compiler::CodeGeneratorRequest 810 ::google::protobuf::Metadata CodeGeneratorResponse_File::GetMetadata() const { in GetMetadata() function in google::protobuf::compiler::CodeGeneratorResponse_File 1075 ::google::protobuf::Metadata CodeGeneratorResponse::GetMetadata() const { in GetMetadata() function in google::protobuf::compiler::CodeGeneratorResponse
|
/external/chromium_org/content/browser/fileapi/ |
D | file_system_operation_impl_unittest.cc | 819 operation_runner()->GetMetadata(URLForPath("nonexistent"), in TEST_F() 846 operation_runner()->GetMetadata(dir, RecordMetadataCallback()); in TEST_F() 857 operation_runner()->GetMetadata(file, RecordMetadataCallback()); in TEST_F() 993 operation_runner()->GetMetadata(file, RecordMetadataCallback()); in TEST_F()
|