HomeSort by relevance Sort by last modified time
    Searched refs:QueryInfo (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
query_tracker.h 39 struct QueryInfo {
40 QueryInfo(Bucket* bucket, int32 id, uint32 offset, QuerySync* sync_mem)
47 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_;
query_tracker.cc 32 bool QuerySyncManager::Alloc(QuerySyncManager::QueryInfo* info) {
46 free_queries_.push_back(QueryInfo(bucket, shm_id, shm_offset, syncs));
58 void QuerySyncManager::Free(const QuerySyncManager::QueryInfo& info) {
65 std::deque<QueryInfo> new_queue;
88 const QuerySyncManager::QueryInfo& info)
211 QuerySyncManager::QueryInfo info;
query_tracker_unittest.cc 50 QuerySyncManager::QueryInfo infos[4];
67 QuerySyncManager::QueryInfo infos[4];
  /external/chromium_org/chrome/browser/extensions/api/system_cpu/
cpu_info_provider.h 30 virtual bool QueryInfo() OVERRIDE;
32 // The last information filled up by QueryInfo and is accessed on multiple
system_cpu_apitest.cc 16 virtual bool QueryInfo() OVERRIDE {
cpu_info_provider.cc 31 bool CpuInfoProvider::QueryInfo() {
  /external/chromium_org/chrome/browser/extensions/api/system_memory/
memory_info_provider.h 29 virtual bool QueryInfo() OVERRIDE;
31 // The last information filled up by QueryInfo and is accessed on multiple
system_memory_apitest.cc 17 virtual bool QueryInfo() OVERRIDE {
memory_info_provider.cc 31 bool MemoryInfoProvider::QueryInfo() {
  /external/chromium_org/chrome/browser/extensions/api/system_info/
system_info_provider.h 44 // Override to do any prepare work on UI thread before |QueryInfo()| gets
75 virtual bool QueryInfo() = 0;
system_info_provider.cc 61 base::Bind(&SystemInfoProvider::QueryInfo, this),
  /external/chromium_org/chrome/browser/extensions/api/system_storage/
storage_info_provider.h 64 // The last information filled up by QueryInfo and is accessed on multiple
77 virtual bool QueryInfo() OVERRIDE;
storage_info_provider.cc 57 // Get all available storage devices before invoking |QueryInfo()|.
70 bool StorageInfoProvider::QueryInfo() {
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 838 tabs::Query::Params::QueryInfo::STATUS_NONE;
840 tabs::Query::Params::QueryInfo::STATUS_LOADING;
863 tabs::Query::Params::QueryInfo::WINDOW_TYPE_NONE) {
864 window_type = tabs::Query::Params::QueryInfo::ToString(
    [all...]
  /external/chromium_org/chrome_frame/
protocol_sink_wrap.cc 299 HRESULT hr = info->QueryInfo(HTTP_QUERY_CUSTOM, buffer, &len, &flags, NULL);
580 HRESULT hr = info->QueryInfo(
    [all...]
utils.cc     [all...]

Completed in 241 milliseconds