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 40 struct QueryInfo {
41 QueryInfo(Bucket* bucket, int32 id, uint32 offset, QuerySync* sync_mem)
48 QueryInfo()
64 bool Alloc(QueryInfo* info);
65 void Free(const QueryInfo& sync);
71 std::deque<QueryInfo> free_queries_;
88 Query(GLuint id, GLenum target, const QuerySyncManager::QueryInfo& info);
145 QuerySyncManager::QueryInfo info_;
query_tracker.cc 33 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)
206 QuerySyncManager::QueryInfo info;
query_tracker_unittest.cc 55 QuerySyncManager::QueryInfo infos[4];
72 QuerySyncManager::QueryInfo infos[4];
  /external/chromium_org/extensions/browser/api/system_memory/
memory_info_provider.h 31 virtual bool QueryInfo() OVERRIDE;
33 // The last information filled up by QueryInfo and is accessed on multiple
memory_info_provider.cc 29 bool MemoryInfoProvider::QueryInfo() {
  /external/chromium_org/extensions/browser/api/system_info/
system_info_provider.h 43 // Override to do any prepare work on UI thread before |QueryInfo()| gets
74 virtual bool QueryInfo() = 0;
system_info_provider.cc 65 base::Bind(&SystemInfoProvider::QueryInfo, this),
  /external/chromium_org/chrome/browser/extensions/api/system_memory/
system_memory_apitest.cc 17 virtual bool QueryInfo() OVERRIDE {
  /external/chromium_org/extensions/browser/api/system_cpu/
cpu_info_provider.h 38 virtual bool QueryInfo() OVERRIDE;
43 // The last information filled up by QueryInfo and is accessed on multiple
cpu_info_provider.cc 29 bool CpuInfoProvider::QueryInfo() {
  /external/chromium_org/chrome/browser/extensions/api/system_cpu/
system_cpu_apitest.cc 16 virtual bool QueryInfo() OVERRIDE {
  /external/chromium_org/extensions/browser/api/system_storage/
storage_info_provider.h 63 // The last information filled up by QueryInfo and is accessed on multiple
76 virtual bool QueryInfo() OVERRIDE;
storage_info_provider.cc 61 // Get all available storage devices before invoking |QueryInfo()|.
74 bool StorageInfoProvider::QueryInfo() {
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 804 tabs::Query::Params::QueryInfo::STATUS_NONE;
806 tabs::Query::Params::QueryInfo::STATUS_LOADING;
838 tabs::Query::Params::QueryInfo::WINDOW_TYPE_NONE) {
839 window_type = tabs::Query::Params::QueryInfo::ToString(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
urlmon.h     [all...]
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js     [all...]

Completed in 293 milliseconds