Searched refs:QueryInfo (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dquery_tracker.h39 struct QueryInfo { struct in class:gpu::gles2::QuerySyncManager
40 QueryInfo(Bucket* bucket, int32 id, uint32 offset, QuerySync* sync_mem) function in struct:gpu::gles2::QuerySyncManager::QueryInfo
47 QueryInfo() function in struct:gpu::gles2::QuerySyncManager::QueryInfo
63 bool Alloc(QueryInfo* info);
64 void Free(const QueryInfo& sync);
70 std::deque<QueryInfo> free_queries_;
87 Query(GLuint id, GLenum target, const QuerySyncManager::QueryInfo& info);
145 QuerySyncManager::QueryInfo info_;
H A Dquery_tracker.cc33 bool QuerySyncManager::Alloc(QuerySyncManager::QueryInfo* info) {
47 free_queries_.push_back(QueryInfo(bucket, shm_id, shm_offset, syncs));
59 void QuerySyncManager::Free(const QuerySyncManager::QueryInfo& info) {
66 std::deque<QueryInfo> new_queue;
89 const QuerySyncManager::QueryInfo& info)
212 QuerySyncManager::QueryInfo info;
H A Dquery_tracker_unittest.cc49 QuerySyncManager::QueryInfo infos[4];
66 QuerySyncManager::QueryInfo infos[4];
/external/chromium_org/chrome/browser/extensions/api/system_display/
H A Ddisplay_info_provider_mac.cc24 bool DisplayInfoProvider::QueryInfo() { function in class:extensions::DisplayInfoProvider
H A Ddisplay_info_provider_x11.cc24 bool DisplayInfoProvider::QueryInfo() { function in class:extensions::DisplayInfoProvider
H A Ddisplay_info_provider.h54 // The last information filled up by QueryInfo and is accessed on multiple
66 virtual bool QueryInfo() OVERRIDE;
H A Ddisplay_info_provider_win.cc84 bool DisplayInfoProvider::QueryInfo() { function in class:extensions::DisplayInfoProvider
H A Dsystem_display_apitest.cc23 virtual bool QueryInfo() OVERRIDE {
H A Ddisplay_info_provider_chromeos.cc414 bool success = QueryInfo();
431 bool DisplayInfoProvider::QueryInfo() { function in class:extensions::DisplayInfoProvider
/external/chromium_org/chrome/browser/extensions/api/system_cpu/
H A Dcpu_info_provider.h30 virtual bool QueryInfo() OVERRIDE;
32 // The last information filled up by QueryInfo and is accessed on multiple
H A Dsystem_cpu_apitest.cc16 virtual bool QueryInfo() OVERRIDE {
H A Dcpu_info_provider.cc31 bool CpuInfoProvider::QueryInfo() { function in class:extensions::CpuInfoProvider
/external/chromium_org/chrome/browser/extensions/api/system_memory/
H A Dmemory_info_provider.h29 virtual bool QueryInfo() OVERRIDE;
31 // The last information filled up by QueryInfo and is accessed on multiple
H A Dmemory_info_provider.cc31 bool MemoryInfoProvider::QueryInfo() { function in class:extensions::MemoryInfoProvider
H A Dsystem_memory_apitest.cc17 virtual bool QueryInfo() OVERRIDE {
/external/chromium_org/chrome/browser/extensions/api/system_info/
H A Dsystem_info_provider.h44 // Override to do any prepare work on UI thread before |QueryInfo()| gets
75 virtual bool QueryInfo() = 0;
H A Dsystem_info_provider.cc61 base::Bind(&SystemInfoProvider::QueryInfo, this),
/external/chromium_org/chrome/browser/extensions/api/system_storage/
H A Dstorage_info_provider.h58 // The last information filled up by QueryInfo and is accessed on multiple
71 virtual bool QueryInfo() OVERRIDE;
H A Dstorage_info_provider.cc58 // Get all available storage devices before invoking |QueryInfo()|.
71 bool StorageInfoProvider::QueryInfo() { function in class:extensions::StorageInfoProvider
/external/chromium_org/chrome_frame/
H A Dutils.cc1016 HRESULT hr = info->QueryInfo(HTTP_QUERY_RAW_HEADERS_CRLF, NULL, &size,
1022 hr = info->QueryInfo(HTTP_QUERY_RAW_HEADERS_CRLF, &buffer[0],
1221 if (SUCCEEDED(info->QueryInfo(HTTP_QUERY_STATUS_CODE, status, &buf_size,
H A Dprotocol_sink_wrap.cc296 HRESULT hr = info->QueryInfo(HTTP_QUERY_CUSTOM, buffer, &len, &flags, NULL);
576 HRESULT hr = info->QueryInfo(
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc913 tabs::Query::Params::QueryInfo::STATUS_NONE;
915 tabs::Query::Params::QueryInfo::STATUS_LOADING;
938 tabs::Query::Params::QueryInfo::WINDOW_TYPE_NONE) {
939 window_type = tabs::Query::Params::QueryInfo::ToString(

Completed in 363 milliseconds