/external/chromium_org/net/cert/ |
x509_cert_types.h | 50 bool Matches(const CertPrincipal& against) const;
|
/external/clang/lib/ASTMatchers/ |
ASTMatchFinder.cpp | 10 // Implements an algorithm to efficiently search for matches on AST nodes. 11 // Uses memoization to support recursive matches like HasDescendant. 14 // calling the Matches(...) method of each matcher we are running on each 82 // Creates an AST visitor that matches 'matcher' on all children or 99 Matches(false) {} 135 return Matches; 215 Matches = false; 241 // Sets 'Matched' to true if 'Matcher' matches 'Node' and: 253 if (Matcher->matches(ast_type_traits::DynTypedNode::create(Node), Finder, 255 Matches = true [all...] |
/external/chromium_org/chrome/browser/task_manager/ |
worker_resource_provider.cc | 45 bool Matches(int process_id, int routing_id) const; 94 bool SharedWorkerResource::Matches(int process_id, 296 if ((*it)->Matches(process_id, routing_id)) {
|
/external/chromium_org/components/policy/core/common/ |
policy_loader_win_unittest.cc | 737 bool Matches(const PolicyBundle& expected) { 758 return Matches(expected); 774 return Matches(expected); 802 EXPECT_TRUE(Matches(expected)); 860 EXPECT_TRUE(Matches(expected)); [all...] |
/external/chromium_org/chromeos/network/ |
managed_state.cc | 18 bool ManagedState::Matches(const NetworkTypePattern& pattern) const {
|
network_state_handler.cc | 153 if (device->Matches(type)) 167 if (device->Matches(type) && device->scanning()) 212 if (network->Matches(type)) 228 if (network->Matches(type)) 242 if (network->Matches(type)) 273 if (network->update_received() && network->Matches(type)) 290 if (device->update_received() && device->Matches(type)) 309 favorite->Matches(type)) {
|
/external/chromium_org/gpu/command_buffer/service/ |
texture_definition.h | 82 bool Matches(const Texture* texture) const;
|
/external/chromium_org/media/base/ |
audio_decoder_config.cc | 94 bool AudioDecoderConfig::Matches(const AudioDecoderConfig& config) const {
|
video_decoder_config.cc | 101 bool VideoDecoderConfig::Matches(const VideoDecoderConfig& config) const {
|
/external/chromium_org/sandbox/win/src/ |
crosscall_server.h | 162 bool Matches(IPCParams* other) const {
|
/art/runtime/ |
disassembler_mips.cc | 34 bool Matches(uint32_t instruction) const { 188 if (gMipsInstructions[i].Matches(instruction)) {
|
/external/chromium_org/ash/system/chromeos/network/ |
network_icon.cc | 466 if (network->Matches(NetworkTypePattern::Ethernet())) { 468 } else if (network->Matches(NetworkTypePattern::Wireless())) { 472 } else if (network->Matches(NetworkTypePattern::VPN())) { 545 if (network->Matches(NetworkTypePattern::Wireless())) 548 if (network->Matches(NetworkTypePattern::Cellular())) 552 network->Matches(NetworkTypePattern::NonVirtual())) { 728 if (network->Matches(NetworkTypePattern::Ethernet())) { 791 network->Matches(NetworkTypePattern::Ethernet())) {
|
/external/chromium_org/components/policy/core/common/cloud/ |
resource_cache_unittest.cc | 30 bool Matches(const std::string& expected, const std::string& subkey) { 142 cache.FilterSubkeys(kKey1, base::Bind(&Matches, kSubA));
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
codec.h | 98 bool Matches(const Codec& codec) const; 153 bool Matches(const AudioCodec& codec) const;
|
streamparams.cc | 137 if (selector.Matches(*stream)) { 164 if (selector.Matches(*stream)) {
|
streamparams.h | 181 bool Matches(const StreamParams& stream) const {
|
rtpdataengine.cc | 130 if (!iter->Matches(data_codec)) { 141 if (iter->Matches(data_codec)) {
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-spec-builders.h | 164 // Returns the expectation that matches the given function arguments 324 bool Matches(const ArgumentTuple& args) const { 325 return TupleMatches(matchers_, args) && extra_matcher_.Matches(args); [all...] |
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_condition_attribute.cc | 323 bool Matches(const std::string& str) const; 348 bool Matches(const std::string& name, const std::string& value) const; 396 if (tests_[i]->Matches(name, value)) 420 bool HeaderMatcher::StringMatchTest::Matches( 524 bool HeaderMatcher::HeaderMatchTest::Matches(const std::string& name, 527 if (!name_match_[i]->Matches(name)) 532 if (!value_match_[i]->Matches(value))
|
/external/chromium/net/proxy/ |
proxy_config_service_common_unittest.cc | 18 // Helper to verify that |expected_proxy| matches |actual_proxy|. If it does 72 ::testing::AssertionResult ProxyRulesExpectation::Matches(
|
/external/chromium_org/chrome/common/ |
content_settings_pattern.h | 140 // Returns a wildcard content settings pattern that matches all possible valid 144 // Returns a pattern that matches the scheme and host of this URL, as well as 148 // Returns a pattern that matches exactly this URL. 151 // Returns a pattern that matches the given pattern specification. 153 // - [*.]domain.tld (matches domain.tld and all sub-domains) 154 // - host (matches an exact hostname) 158 // - a.b.c.d (matches an exact IPv4 ip) 159 // - [a:b:c:d:e:f:g:h] (matches an exact IPv6 ip) 176 // True if |url| matches this pattern. 177 bool Matches(const GURL& url) const [all...] |
/external/chromium_org/content/browser/worker_host/ |
worker_process_host.h | 90 // Checks if this WorkerInstance matches the passed url/name params 93 bool Matches(
|
worker_service_impl.cc | 336 // Make sure the passed-in instance matches the URL - if not, return an 457 if (iter->Matches(instance.url(), instance.name(), 661 if (instance_iter->Matches(url, name, partition, resource_context)) 678 if (iter->Matches(url, name, partition, resource_context)) 694 if (iter->Matches(url, name, partition, resource_context)) {
|
/external/chromium_org/net/proxy/ |
proxy_config_service_common_unittest.cc | 18 // Helper to verify that |expected_proxy| matches the first proxy conatined in 95 ::testing::AssertionResult ProxyRulesExpectation::Matches(
|
/external/chromium_org/chrome_frame/test/ |
test_server.h | 152 virtual bool Matches(const Request& r) const = 0; 188 // Partial implementation of Response that matches a request's path. 190 // of Matches(). Don't instantiate directly. 199 virtual bool Matches(const Request& r) const { 215 // A simple response matches a single document path on the server
|