Searched refs:QueryMap (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Daw_form_database_service.h52 typedef std::map<WebDataServiceBase::Handle, PendingQuery> QueryMap; typedef in class:android_webview::AwFormDatabaseService
57 QueryMap result_map_;
H A Daw_form_database_service.cc117 QueryMap::const_iterator it = result_map_.find(h);
/external/chromium_org/gpu/command_buffer/client/
H A Dquery_tracker.h164 typedef base::hash_map<GLuint, Query*> QueryMap; typedef in class:gpu::gles2::QueryTracker
167 QueryMap queries_;
H A Dquery_tracker.cc211 std::pair<QueryMap::iterator, bool> result =
219 QueryMap::iterator it = queries_.find(client_id);
224 QueryMap::iterator it = queries_.find(client_id);
H A Dgles2_implementation.h772 typedef std::map<GLuint, QueryTracker::Query*> QueryMap; typedef in class:gpu::gles2::GLES2Implementation
773 QueryMap current_queries_;
H A Dgles2_implementation.cc3374 QueryMap::iterator it = current_queries_.find(target);
3424 QueryMap::iterator it = current_queries_.find(target);
3448 QueryMap::iterator it = current_queries_.find(target);
3472 QueryMap::iterator it = current_queries_.find(query->target());
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h204 typedef std::map<GLuint, scoped_refptr<QueryManager::Query> > QueryMap; typedef in struct:gpu::gles2::ContextState
205 QueryMap current_queries;
H A Dquery_manager.h230 typedef base::hash_map<GLuint, scoped_refptr<Query> > QueryMap; typedef in class:gpu::gles2::QueryManager
231 QueryMap queries_;
H A Dquery_manager.cc509 std::pair<QueryMap::iterator, bool> result =
529 QueryMap::iterator it = queries_.find(client_id);
534 QueryMap::iterator it = queries_.find(client_id);
H A Dgles2_cmd_decoder.cc9843 ContextState::QueryMap::iterator it =
9980 ContextState::QueryMap::iterator it = state_.current_queries.find(target);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.h288 typedef std::unordered_map<GLuint, Query*> QueryMap; typedef in class:gl::Context
289 QueryMap mQueryMap;
H A DContext.cpp424 QueryMap::iterator queryObject = mQueryMap.find(query);
783 QueryMap::iterator query = mQueryMap.find(handle);

Completed in 390 milliseconds