Searched refs:GetMetadata (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dget_metadata.h29 class GetMetadata : public Operation { class in namespace:chromeos::file_system_provider::operations
31 GetMetadata(extensions::EventRouter* event_router,
36 virtual ~GetMetadata();
52 DISALLOW_COPY_AND_ASSIGN(GetMetadata);
H A Dget_metadata.cc70 GetMetadata::GetMetadata( function in class:chromeos::file_system_provider::operations::GetMetadata
82 GetMetadata::~GetMetadata() {
85 bool GetMetadata::Execute(int request_id) {
102 void GetMetadata::OnSuccess(int /* request_id */,
119 void GetMetadata::OnError(int /* request_id */,
H A Dget_metadata_unittest.cc97 GetMetadata get_metadata(
134 GetMetadata get_metadata(
155 GetMetadata get_metadata(
228 GetMetadata get_metadata(
290 GetMetadata get_metadata(
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddebug_info_collector.h53 void GetMetadata(const GetFilesystemMetadataCallback& callback);
H A Ddebug_info_collector.cc119 void DebugInfoCollector::GetMetadata( function in class:drive::DebugInfoCollector
127 file_system_->GetMetadata(callback);
H A Ddummy_file_system.h86 virtual void GetMetadata(
/external/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCommon.h172 virtual ClangASTMetadata *GetMetadata(const void *object);
H A DClangASTContext.h127 GetMetadata (const void *object) function in class:lldb_private::ClangASTContext
129 return GetMetadata(getASTContext(), object);
133 GetMetadata (clang::ASTContext *ast,
/external/lldb/source/Symbol/
H A DClangExternalASTSourceCommon.cpp32 ClangExternalASTSourceCommon::GetMetadata (const void *object) function in class:ClangExternalASTSourceCommon
/external/chromium_org/chrome/browser/chromeos/extensions/file_system_provider/
H A Dfile_system_provider_apitest.cc45 IN_PROC_BROWSER_TEST_F(FileSystemProviderApiTest, GetMetadata) {
/external/chromium_org/content/public/test/
H A Dasync_file_test_helper.cc213 base::File::Error AsyncFileTestHelper::GetMetadata( function in class:content::AsyncFileTestHelper
219 context->operation_runner()->GetMetadata(
243 base::File::Error result = GetMetadata(context, url, &file_info);
252 base::File::Error result = GetMetadata(context, url, &file_info);
H A Dasync_file_test_helper.h81 static base::File::Error GetMetadata(storage::FileSystemContext* context,
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dprovided_file_system.h44 virtual AbortCallback GetMetadata(
H A Dfake_provided_file_system.h76 virtual AbortCallback GetMetadata(
H A Dprovided_file_system_interface.h33 // Represents metadata for either a file or a directory. Returned by GetMetadata
79 // Mask of fields requested from the GetMetadata() call.
92 virtual AbortCallback GetMetadata(const base::FilePath& entry_path,
H A Dprovided_file_system.cc79 ProvidedFileSystem::AbortCallback ProvidedFileSystem::GetMetadata( function in class:chromeos::file_system_provider::ProvidedFileSystem
85 scoped_ptr<RequestManager::HandlerInterface>(new operations::GetMetadata(
/external/chromium_org/tools/telemetry/telemetry/
H A Dbenchmark.py72 def GetMetadata(self): member in class:Benchmark
92 benchmark_metadata = self.GetMetadata()
/external/lldb/include/lldb/Expression/
H A DClangASTSource.h302 GetMetadata(const void * object) function in class:lldb_private::ClangASTSource::ClangASTSourceProxy
304 return m_original.GetMetadata(object);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage.h295 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; }
305 return GetMetadata().reflection;
312 virtual Metadata GetMetadata() const = 0;
/external/protobuf/src/google/protobuf/
H A Dmessage.h314 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; }
324 return GetMetadata().reflection;
331 virtual Metadata GetMetadata() const = 0;
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.h55 virtual void GetMetadata(const storage::FileSystemURL& url,
H A Dsyncable_file_system_operation.cc179 void SyncableFileSystemOperation::GetMetadata( function in class:sync_file_system::SyncableFileSystemOperation
183 impl_->GetMetadata(url, callback);
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer.h114 std::string GetMetadata(const char* key) const;
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation.h50 // GetMetadata, ReadDirectory and Remove) may be called during the
71 // Used for GetMetadata(). |result| is the return code of the operation,
293 virtual void GetMetadata(const FileSystemURL& path,
364 // the metadata of the file itself (as well as GetMetadata does),
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_operation_impl_unittest.cc390 base::File::Error GetMetadata(const FileSystemURL& url) { function in class:content::FileSystemOperationImplTest
394 operation_runner()->GetMetadata(
944 GetMetadata(URLForPath("nonexistent")));
962 EXPECT_EQ(base::File::FILE_OK, GetMetadata(dir));
969 EXPECT_EQ(base::File::FILE_OK, GetMetadata(file));
1083 EXPECT_EQ(base::File::FILE_OK, GetMetadata(file));
1120 // since we made 1 read access for GetMetadata.)

Completed in 486 milliseconds

1234