Searched refs:IsValidQuery (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_search_provider.h28 bool IsValidQuery(const base::string16& query);
H A Dwebservice_search_provider.cc47 bool WebserviceSearchProvider::IsValidQuery(const base::string16& query) { function in class:app_list::WebserviceSearchProvider
/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dpeople_provider.cc57 if (!IsValidQuery(query)) {
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_provider.cc64 if (!IsValidQuery(query)) {
/external/chromium_org/gpu/command_buffer/service/
H A Dquery_manager.h191 bool IsValidQuery(GLuint id);
H A Dquery_manager.cc522 bool QueryManager::IsValidQuery(GLuint id) { function in class:gpu::gles2::QueryManager
H A Dgles2_cmd_decoder.cc9946 if (!query_manager_->IsValidQuery(client_id)) {

Completed in 4105 milliseconds