OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:template_url_id
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/instant/
instant_loader_manager.cc
46
if (current_loader_ && !current_loader_->
template_url_id
())
48
else if (pending_loader_ && !pending_loader_->
template_url_id
())
67
if (!current_loader_->
template_url_id
() &&
76
!old_current_loader->
template_url_id
()) {
80
!old_pending_loader->
template_url_id
() &&
91
return !active_loader() || active_loader()->
template_url_id
() != instant_id;
99
if (!current_loader_->
template_url_id
())
120
(loader->
template_url_id
() &&
121
instant_loaders_.find(loader->
template_url_id
()) !=
136
if (!loader->
template_url_id
())
[
all
...]
instant_loader_manager_unittest.cc
69
EXPECT_EQ(0, manager.current_loader()->
template_url_id
());
176
EXPECT_EQ(1, manager.current_loader()->
template_url_id
());
200
EXPECT_EQ(1, manager.current_loader()->
template_url_id
());
207
EXPECT_EQ(2, instant_loader2->
template_url_id
());
214
EXPECT_EQ(3, instant_loader3->
template_url_id
());
227
EXPECT_EQ(1, manager.current_loader()->
template_url_id
());
instant_loader.h
14
#include "chrome/browser/search_engines/
template_url_id
.h"
100
TemplateURLID
template_url_id
() const { return template_url_id_; }
function in class:InstantLoader
instant_controller.cc
173
TemplateURLID
template_url_id
= template_url ? template_url->id() : 0;
local
175
bool real_verbatim =
template_url_id
? verbatim : false;
177
if (ShouldUpdateNow(
template_url_id
, match.destination_url)) {
454
DCHECK(loader->
template_url_id
());
459
BlacklistFromInstant(loader->
template_url_id
());
604
TemplateURLID
template_url_id
= template_url ? template_url->id() : 0;
local
606
loader_manager_->UpdateLoader(
template_url_id
, &owned_loader);
/external/chromium_org/chrome/browser/history/android/
android_history_types.h
12
#include "chrome/browser/search_engines/
template_url_id
.h"
246
TemplateURLID
template_url_id
() const {
function in class:history::SearchRow
249
void set_template_url_id(TemplateURLID
template_url_id
) {
251
template_url_id_ =
template_url_id
;
android_provider_backend.cc
[
all
...]
Completed in 57 milliseconds