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

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Cache.h 35 ScriptPromise matchAll(ScriptState*, Request*, const QueryParams&);
36 ScriptPromise matchAll(ScriptState*, const String&, const QueryParams&);
CacheTest.cpp 316 ScriptPromise matchAllResult = cache->matchAll(scriptState(), request, *queryParams);
320 ScriptPromise stringMatchAllResult = cache->matchAll(scriptState(), url, *queryParams);
519 ScriptPromise result = cache->matchAll(scriptState(), "http://some.url/", *queryParams);
Cache.cpp 147 ScriptPromise Cache::matchAll(ScriptState* scriptState, Request* originalRequest, const QueryParams& queryParams)
158 ScriptPromise Cache::matchAll(ScriptState* scriptState, const String& requestString, const QueryParams& queryParams)
  /external/chromium_org/third_party/sqlite/src/src/
func.c 496 u8 matchAll;
561 u8 matchAll = pInfo->matchAll;
567 if( !prevEscape && c==matchAll ){
568 while( (c=sqlite3Utf8Read(zPattern,&zPattern)) == matchAll
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.c     [all...]
ccaltst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c     [all...]
ccaltst.c     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 394 var matchAll = new RegExp(Prototype.ScriptFragment, 'img');
396 return (this.match(matchAll) || []).map(function(scriptTag) {
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]

Completed in 322 milliseconds