Home
last modified time | relevance | path

Searched refs:GetMetadata (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/drive/
Ddebug_info_collector.cc58 void DebugInfoCollector::GetMetadata( in GetMetadata() function in drive::DebugInfoCollector
66 file_system_->GetMetadata(callback); in GetMetadata()
Ddebug_info_collector.h38 void GetMetadata(const GetFilesystemMetadataCallback& callback);
Ddummy_file_system.h85 virtual void GetMetadata( in GetMetadata() function
Dfake_file_system.h115 virtual void GetMetadata(
Dfile_system_interface.h407 virtual void GetMetadata(
/external/chromium_org/webkit/browser/fileapi/
Dasync_file_test_helper.cc210 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()
Dasync_file_test_helper.h78 static base::PlatformFileError GetMetadata(FileSystemContext* context,
Dfile_system_url_request_job.cc165 file_system_context_->operation_runner()->GetMetadata( in StartAsync()
Dfile_system_operation.h294 virtual void GetMetadata(const FileSystemURL& path,
Dfile_system_operation_impl.h54 virtual void GetMetadata(const FileSystemURL& url, in NON_EXPORTED_BASE()
Dfile_system_operation_runner.h98 OperationID GetMetadata(const FileSystemURL& url,
/external/protobuf/src/google/protobuf/
Dmessage.h314 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } in GetDescriptor()
324 return GetMetadata().reflection; in GetReflection()
331 virtual Metadata GetMetadata() const = 0;
Ddynamic_message.cc197 Metadata GetMetadata() const;
422 Metadata DynamicMessage::GetMetadata() const { in GetMetadata() function in google::protobuf::DynamicMessage
Ddescriptor.pb.h200 ::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/
Dmessage.h295 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } in GetDescriptor()
305 return GetMetadata().reflection; in GetReflection()
312 virtual Metadata GetMetadata() const = 0;
Ddynamic_message.cc209 Metadata GetMetadata() const;
435 Metadata DynamicMessage::GetMetadata() const { in GetMetadata() function in google::protobuf::DynamicMessage
Ddescriptor.pb.h204 ::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/
Dsyncable_file_system_operation.cc183 void SyncableFileSystemOperation::GetMetadata( in GetMetadata() function in sync_file_system::SyncableFileSystemOperation
187 impl_->GetMetadata(url, callback); in GetMetadata()
Dsyncable_file_system_operation.h55 virtual void GetMetadata(const fileapi::FileSystemURL& url, in NON_EXPORTED_BASE()
/external/chromium_org/media/filters/
Dffmpeg_demuxer.h101 std::string GetMetadata(const char* key) const;
Dffmpeg_demuxer.cc332 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/
Dplugin.pb.h92 ::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/
Dplugin.pb.h93 ::google::protobuf::Metadata GetMetadata() const;
210 ::google::protobuf::Metadata GetMetadata() const;
327 ::google::protobuf::Metadata GetMetadata() const;
Dplugin.pb.cc471 ::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/
Dfile_system_operation_impl_unittest.cc819 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()

12