/external/chromium_org/chrome/browser/chromeos/drive/ |
debug_info_collector.h | 38 void GetMetadata(const GetFilesystemMetadataCallback& callback);
|
debug_info_collector.cc | 58 void DebugInfoCollector::GetMetadata( 66 file_system_->GetMetadata(callback);
|
dummy_file_system.h | 85 virtual void GetMetadata(
|
fake_file_system.h | 115 virtual void GetMetadata(
|
file_system_interface.h | 407 virtual void GetMetadata(
|
file_system.h | 144 virtual void GetMetadata(
|
/external/chromium_org/webkit/browser/fileapi/ |
async_file_test_helper.cc | 210 base::PlatformFileError AsyncFileTestHelper::GetMetadata( 216 context->operation_runner()->GetMetadata( 241 base::PlatformFileError result = GetMetadata(context, url, &file_info); 251 base::PlatformFileError result = GetMetadata(context, url, &file_info);
|
async_file_test_helper.h | 78 static base::PlatformFileError GetMetadata(FileSystemContext* context,
|
file_system_operation.h | 50 // GetMetadata, ReadDirectory and Remove) may be called during the 71 // Used for GetMetadata(). |result| is the return code of the operation, 294 virtual void GetMetadata(const FileSystemURL& path, 365 // the metadata of the file itself (as well as GetMetadata does),
|
file_system_operation_impl.h | 54 virtual void GetMetadata(const FileSystemURL& url,
|
file_system_operation_runner.h | 98 OperationID GetMetadata(const FileSystemURL& url, 153 // the metadata of the file itself (as well as GetMetadata does),
|
file_system_url_request_job.cc | 165 file_system_context_->operation_runner()->GetMetadata(
|
/external/protobuf/src/google/protobuf/ |
message.h | 314 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } 324 return GetMetadata().reflection; 331 virtual Metadata GetMetadata() const = 0; [all...] |
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; [all...] |
dynamic_message.cc | 197 Metadata GetMetadata() const; 422 Metadata DynamicMessage::GetMetadata() const {
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
message.h | 295 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } 305 return GetMetadata().reflection; 312 virtual Metadata GetMetadata() const = 0; [all...] |
dynamic_message.cc | 209 Metadata GetMetadata() const; 435 Metadata DynamicMessage::GetMetadata() const {
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
syncable_file_system_operation.h | 55 virtual void GetMetadata(const fileapi::FileSystemURL& url,
|
syncable_file_system_operation.cc | 183 void SyncableFileSystemOperation::GetMetadata( 187 impl_->GetMetadata(url, callback);
|
/external/chromium_org/media/filters/ |
ffmpeg_demuxer.h | 101 std::string GetMetadata(const char* key) const;
|
/external/protobuf/src/google/protobuf/compiler/ |
plugin.pb.h | 92 ::google::protobuf::Metadata GetMetadata() const; 215 ::google::protobuf::Metadata GetMetadata() const; 332 ::google::protobuf::Metadata GetMetadata() const;
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
media_file_validator_browsertest.cc | 175 operation_runner()->GetMetadata(url,
|
/external/chromium_org/content/browser/fileapi/ |
recursive_operation_delegate_unittest.cc | 61 operation_runner()->GetMetadata(
|
dragged_file_util_unittest.cc | 161 AsyncFileTestHelper::GetMetadata( 171 AsyncFileTestHelper::GetMetadata(
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_internal_file_ref_backend.cc | 171 GetFileSystemContext()->operation_runner()->GetMetadata(
|