OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kUrl
(Results
1 - 6
of
6
) 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/chrome/browser/importer/
toolbar_importer_unittest.cc
21
static const char
kUrl
[] = "http://www.google.com/";
320
const GURL url(
kUrl
);
/external/chromium/net/spdy/
spdy_proxy_client_socket_unittest.cc
30
static const char
kUrl
[] = "https://www.google.com/";
140
url_(
kUrl
),
[
all
...]
spdy_protocol.h
141
const char
kUrl
[] = "url";
/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/chromium/net/http/
http_cache_unittest.cc
[
all
...]
Completed in 184 milliseconds