Searched defs:QueryType (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_cache.h44 enum QueryType { enum in class:app_list::WebserviceCache
58 const CacheResult Get(QueryType type, const std::string& query);
61 void Put(QueryType type,
101 std::string PrependType(QueryType type, const std::string& query);
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.h46 enum QueryType { enum in class:extensions::CommandService
95 QueryType type,
106 QueryType type,
116 QueryType type,
237 QueryType query_type,
/external/chromium_org/third_party/skia/bench/
H A DRTreeBench.cpp72 enum QueryType { enum in class:RTreeQueryBench
80 QueryType q, SkBBoxHierarchy* tree)
154 QueryType fQuery;
/external/skia/bench/
H A DQuadTreeBench.cpp66 enum QueryType { enum in class:QuadTreeQueryBench
74 QueryType q, SkBBoxHierarchy* tree)
143 QueryType fQuery;
H A DRTreeBench.cpp72 enum QueryType { enum in class:RTreeQueryBench
80 QueryType q, SkBBoxHierarchy* tree)
154 QueryType fQuery;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest.cc659 struct QueryType { struct in namespace:gpu::gles2
664 const QueryType kQueryTypes[] = {
677 const QueryType& query_type,
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.h464 enum QueryType { enum in class:trace_analyzer::Query
532 QueryType type_;
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1021 typedef enum QueryType { enum
1025 } QueryType; typedef in typeref:enum:QueryType
1107 QueryType iCursorType; /* Copy of sqlite3_index_info.idxNum */
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c1941 typedef enum QueryType { enum
1945 } QueryType; typedef in typeref:enum:QueryType
2065 QueryType iCursorType; /* Copy of sqlite3_index_info.idxNum */

Completed in 692 milliseconds