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

  /external/chromium/chrome/browser/extensions/
extension_omnibox_unittest.cc 13 const int kUrl = ACMatchClassification::URL;
86 styles_expected.push_back(ACMatchClassification(0, kUrl | kMatch));
87 styles_expected.push_back(ACMatchClassification(1, kUrl | kMatch | kDim));
88 styles_expected.push_back(ACMatchClassification(3, kUrl | kMatch));
89 styles_expected.push_back(ACMatchClassification(4, kUrl));
126 styles_expected.push_back(ACMatchClassification(0, kUrl | kMatch | kDim));
  /external/chromium/net/base/
filter_unittest.cc 216 const std::string kUrl("http://ignore.com/foo");
258 filter_context.SetURL(GURL(kUrl));
298 const std::string kUrl("http://ignore.com/foo");
307 filter_context.SetURL(GURL(kUrl));
316 filter_context.SetURL(GURL(kUrl));
  /external/chromium/chrome/browser/importer/
toolbar_importer_unittest.cc 21 static const char kUrl[] = "http://www.google.com/";
320 const GURL url(kUrl);
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 246 const char kUrl[] = "view-source:chrome://newtab";
247 const GURL kGURL(kUrl);
262 EXPECT_EQ(ASCIIToUTF16(kUrl), contents()->GetTitle());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.cpp 199 KURL kUrl(ParsedURLString, url);
200 const QUrl rUrl = kUrl;
  /external/chromium/net/http/
http_cache_unittest.cc     [all...]
  /external/chromium/net/spdy/
spdy_protocol.h 141 const char kUrl[] = "url";
spdy_proxy_client_socket_unittest.cc 30 static const char kUrl[] = "https://www.google.com/";
140 url_(kUrl),
    [all...]

Completed in 106 milliseconds