Searched refs:QueryTerm (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
H A DSearchConfig.js79 * @type {!Array.<!WebInspector.SearchConfig.QueryTerm>}
145 * @return {?WebInspector.SearchConfig.QueryTerm}
170 return new WebInspector.SearchConfig.QueryTerm(result, isNegative);
179 WebInspector.SearchConfig.QueryTerm = function(text, isNegative)
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c1100 typedef struct QueryTerm { struct
1103 } QueryTerm; typedef in typeref:struct:QueryTerm
1117 QueryTerm *pTerm;
1121 QueryTerm *t;
H A Dfts1.c951 typedef struct QueryTerm { struct
959 } QueryTerm; typedef in typeref:struct:QueryTerm
993 QueryTerm *pTerms; /* Array of terms. Space obtained from malloc() */
2223 const QueryTerm *aTerm; /* Query string terms */
2590 QueryTerm *pQTerm, /* Term we are looking for, or 1st term of a phrase */
2622 QueryTerm *t;
2787 QueryTerm *aTerm;
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c1870 typedef struct QueryTerm { struct
1879 } QueryTerm; typedef in typeref:struct:QueryTerm
1913 QueryTerm *pTerms; /* Array of terms. Space obtained from malloc() */
3266 const QueryTerm *aTerm; /* Query string terms */
3627 QueryTerm *pQTerm, /* Term we are looking for, or 1st term of a phrase */
3669 QueryTerm *t;
3855 QueryTerm *aTerm;

Completed in 360 milliseconds