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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
SearchConfig.js 76 * @type {!Array.<!WebInspector.SearchConfig.QueryTerm>}
142 * @return {?WebInspector.SearchConfig.QueryTerm}
167 return new WebInspector.SearchConfig.QueryTerm(result, isNegative);
176 WebInspector.SearchConfig.QueryTerm = function(text, isNegative)
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c     [all...]
fts1.c 951 typedef struct QueryTerm {
959 } QueryTerm;
993 QueryTerm *pTerms; /* Array of terms. Space obtained from malloc() */
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c     [all...]

Completed in 58 milliseconds