OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QueryURL
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/history/
history.cc
503
HistoryService::Handle HistoryService::
QueryURL
(
508
return Schedule(PRIORITY_UI, &HistoryBackend::
QueryURL
, consumer,
history_unittest.cc
195
bool
QueryURL
(HistoryService* history, const GURL& url) {
196
history->
QueryURL
(url, true, &consumer_,
202
// Callback for HistoryService::
QueryURL
.
270
// For saving URL info after a call to
QueryURL
394
EXPECT_TRUE(
QueryURL
(history, test_url));
403
EXPECT_TRUE(
QueryURL
(history, test_url));
427
EXPECT_TRUE(
QueryURL
(history, test_urls[0]));
435
EXPECT_TRUE(
QueryURL
(history, test_urls[1]));
446
EXPECT_TRUE(
QueryURL
(history, test_urls[2]));
473
EXPECT_TRUE(
QueryURL
(history, first_redirects[0]))
[
all
...]
history_backend.cc
[
all
...]
Completed in 18 milliseconds