HomeSort by relevance Sort by last modified time
    Searched refs:Matches (Results 151 - 175 of 194) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings.cc 685 settings_details.ptr()->primary_pattern().Matches(entry_url)) {
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.cc 571 bool PrerenderContents::Matches(
prerender_local_predictor.cc     [all...]
prerender_manager.cc     [all...]
  /external/chromium_org/chrome/common/
content_settings_pattern.cc 305 // - [*.]domain.tld (matches domain.tld and all sub-domains)
306 // - host (matches an exact hostname)
307 // - a.b.c.d (matches an exact IPv4 ip)
308 // - [a:b:c:d:e:f:g:h] (matches an exact IPv6 ip)
435 bool ContentSettingsPattern::Matches(
437 // An invalid pattern matches nothing.
453 // File URLs have no host. Matches if the pattern has the path wildcard set,
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 615 // instance matches if the origins of the URLs match, and:
619 bool WorkerProcessHost::WorkerInstance::Matches(
  /external/chromium_org/media/filters/
chunk_demuxer_unittest.cc     [all...]
chunk_demuxer.cc 493 if (!new_config.Matches(old_config)) {
516 if (!new_config.Matches(old_config)) {
    [all...]
source_buffer_stream.cc     [all...]
source_buffer_stream_unittest.cc 246 EXPECT_TRUE(actual.Matches(config))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 716 if (codecs[i].Matches(match_pattern)) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 352 if (answer_params[0].Matches(*it)) {
  /external/chromium_org/third_party/re2/re2/
nfa.cc 40 // * If anchored is true, only considers matches starting at offset.
48 // which text matches each subexpression, the submatch boundaries
93 // Updates matched_ and match_ as new, better matches are found.
105 // Computes whether all matches must begin with the same first
285 // Updates match as new, better matches are found.
318 if (ip->Matches(c))
357 // Cut off the threads that can only find matches
442 // whether we've seen any matches at all.
561 // Start a new thread if there have not been any matches.
563 // matches, since it would be to the right of the matc
    [all...]
dfa.cc 79 bool* failed, const char** ep, vector<int>* matches);
265 matches(NULL) { }
277 vector<int>* matches; member in struct:re2::DFA::SearchParams
501 // Signals that the rest of the string matches no matter what it is.
564 // the DFA matches, not where it matches in the text. To decide where the
565 // DFA matches, we need to mimic the behavior of the dominant backtracking
600 // set would correspond to matches beginning at a given point in the string.
638 // to indicate that it's all matches from here out.
    [all...]
  /external/regex-re2/re2/
nfa.cc 40 // * If anchored is true, only considers matches starting at offset.
48 // which text matches each subexpression, the submatch boundaries
93 // Updates matched_ and match_ as new, better matches are found.
105 // Computes whether all matches must begin with the same first
285 // Updates match as new, better matches are found.
318 if (ip->Matches(c))
357 // Cut off the threads that can only find matches
442 // whether we've seen any matches at all.
561 // Start a new thread if there have not been any matches.
563 // matches, since it would be to the right of the matc
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
  /external/chromium_org/media/base/
text_renderer_unittest.cc 96 EXPECT_TRUE(text_track->config_.Matches(config));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h 868 if (codecs_[i].Matches(in)) {
    [all...]
  /external/chromium_org/v8/src/
isolate.h 407 bool Matches(Isolate* isolate, ThreadId thread_id) const {
    [all...]
  /external/v8/src/
isolate.h 396 bool Matches(Isolate* isolate, ThreadId thread_id) const {
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 438 if (state->Matches(NetworkTypePattern::Ethernet()))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 202 if (it->Matches(codec)) {
    [all...]
  /external/chromium/net/base/
x509_certificate_mac.cc     [all...]

Completed in 754 milliseconds

1 2 3 4 5 67 8