Searched defs:instant_service (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_extended_manual_interactive_uitest.cc7 #include "chrome/browser/search/instant_service.h"
98 InstantService* instant_service = local
100 ASSERT_NE(static_cast<InstantService*>(NULL), instant_service); local
101 instant_service->ntp_prerenderer()->ReloadInstantNTP();
120 InstantService* instant_service = local
122 ASSERT_NE(static_cast<InstantService*>(NULL), instant_service); local
123 instant_service->ntp_prerenderer()->ReloadInstantNTP();
H A Dinstant_ntp_prerenderer.cc16 #include "chrome/browser/search/instant_service.h"
49 InstantService* instant_service,
64 // Allow instant_service to be null for unit tets.
65 if (instant_service)
66 instant_service->AddObserver(this);
70 InstantService* instant_service = local
72 if (instant_service)
73 instant_service->RemoveObserver(this);
116 InstantService* instant_service = local
118 if (instant_service
48 InstantNTPPrerenderer(Profile* profile, InstantService* instant_service, PrefService* prefs) argument
[all...]
H A Dinstant_ntp_prerenderer_unittest.cc63 InstantService* instant_service)
64 : InstantNTPPrerenderer(profile, instant_service, NULL),
62 TestableInstantNTPPrerenderer(TestingProfile* profile, InstantService* instant_service) argument
H A Dinstant_search_prerenderer.cc12 #include "chrome/browser/search/instant_service.h"
43 InstantService* instant_service = local
45 return instant_service ? instant_service->instant_search_prerenderer() : NULL;
H A Dinstant_test_utils.cc12 #include "chrome/browser/search/instant_service.h"
77 InstantService* instant_service = local
79 ASSERT_NE(static_cast<InstantService*>(NULL), instant_service); local
80 instant_service->ntp_prerenderer()->ReloadInstantNTP();
119 InstantService* instant_service = local
121 ASSERT_NE(static_cast<InstantService*>(NULL), instant_service); local
122 if (!instant_service->ntp_prerenderer()->ntp() ||
123 !instant_service->ntp_prerenderer()->ntp()->supports_instant())
162 InstantService* instant_service = local
164 if (!instant_service)
[all...]
H A Dinstant_controller.cc14 #include "chrome/browser/search/instant_service.h"
282 InstantService* instant_service = GetInstantService(); local
283 if (instant_service) {
284 instant_service->UpdateThemeInfo();
285 instant_service->UpdateMostVisitedItemsInfo();
H A Dinstant_extended_interactive_uitest.cc37 #include "chrome/browser/search/instant_service.h"
373 InstantService* instant_service = local
375 ASSERT_NE(static_cast<InstantService*>(NULL), instant_service); local
383 instant_service->ntp_prerenderer());
388 instant_service->ntp_prerenderer()->ntp());
389 EXPECT_TRUE(instant_service->ntp_prerenderer()->ntp()->IsLocal());
399 EXPECT_FALSE(instant_service->ntp_prerenderer()->ShouldSwitchToLocalNTP());
412 EXPECT_NE(instant_service->ntp_prerenderer()->GetLocalInstantURL(),
415 instant_service->ntp_prerenderer()->ntp());
416 EXPECT_FALSE(instant_service
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_instant_controller.cc11 #include "chrome/browser/search/instant_service.h"
37 InstantService* instant_service = local
39 return instant_service ? instant_service->instant_search_prerenderer() : NULL;
53 InstantService* instant_service = local
55 instant_service->OnBrowserInstantControllerCreated();
56 instant_service->AddObserver(this);
62 InstantService* instant_service = local
64 instant_service->RemoveObserver(this);
65 instant_service
81 InstantService* instant_service = local
226 InstantService* instant_service = local
[all...]
/external/chromium_org/chrome/browser/search/
H A Dsearch_unittest.cc14 #include "chrome/browser/search/instant_service.h"
215 InstantService* instant_service = local
217 return instant_service->IsInstantProcess(
H A Dsearch.cc18 #include "chrome/browser/search/instant_service.h"
168 const InstantService* instant_service = local
170 if (!instant_service)
173 return instant_service->IsInstantProcess(process_host->GetID());
623 const InstantService* instant_service = local
625 if (instant_service && instant_service->GetNTPContents() == contents)
/external/chromium_org/chrome/browser/task_manager/
H A Dtab_contents_resource_provider.cc16 #include "chrome/browser/search/instant_service.h"
241 const InstantService* instant_service = local
243 if (instant_service && instant_service->GetNTPContents())
244 Add(instant_service->GetNTPContents());
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_proxy.cc23 #include "chrome/browser/search/instant_service.h"
115 const InstantService* instant_service = local
117 if (instant_service && instant_service->GetNTPContents())
118 web_contents->insert(instant_service->GetNTPContents());
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc55 #include "chrome/browser/search/instant_service.h"
1089 InstantService* instant_service = local
1091 instant_service->AddInstantProcess(browser()->tab_strip_model()->
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc69 #include "chrome/browser/search/instant_service.h"
1138 InstantService* instant_service =
1140 if (instant_service) {
1141 bool is_instant_process = instant_service->IsInstantProcess(
1245 InstantService* instant_service = local
1247 if (instant_service)
1248 instant_service->AddInstantProcess(site_instance->GetProcess()->GetID());
1484 InstantService* instant_service = local
1486 if (instant_service &&
1487 instant_service
[all...]

Completed in 272 milliseconds