HomeSort by relevance Sort by last modified time
    Searched defs:HasState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/http/
transport_security_state_unittest.cc 206 static bool HasState(const char* hostname) {
248 EXPECT_TRUE(HasState("paypal.com"));
249 EXPECT_FALSE(HasState("www2.paypal.com"));
250 EXPECT_FALSE(HasState("www2.paypal.com"));
282 EXPECT_FALSE(HasState("m.gmail.com"));
283 EXPECT_FALSE(HasState("m.googlemail.com"));
323 EXPECT_FALSE(HasState("blog.lastpass.com"));
330 EXPECT_FALSE(HasState("foo.entropia.de"));
333 EXPECT_FALSE(HasState("elanex.biz"));
334 EXPECT_FALSE(HasState("foo.elanex.biz"))
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 558 bool BrowserAccessibility::HasState(blink::WebAXState state_enum) const {
573 return (!HasState(blink::WebAXStateReadonly) ||

Completed in 55 milliseconds