OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:instant_service
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/browser/ui/search/
instant_extended_manual_interactive_uitest.cc
7
#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();
instant_search_prerenderer.cc
12
#include "chrome/browser/search/
instant_service
.h"
43
InstantService*
instant_service
=
local
45
return
instant_service
?
instant_service
->instant_search_prerenderer() : NULL;
instant_test_utils.cc
12
#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
...]
instant_controller.cc
14
#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();
instant_ntp_prerenderer.cc
16
#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
&
[
all
...]
instant_extended_interactive_uitest.cc
37
#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
->ntp_prerenderer()->ntp()->IsLocal())
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc
11
#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
->OnBrowserInstantControllerDestroyed()
81
InstantService*
instant_service
=
local
226
InstantService*
instant_service
=
local
[
all
...]
/external/chromium_org/chrome/browser/search/
search_unittest.cc
14
#include "chrome/browser/search/
instant_service
.h"
215
InstantService*
instant_service
=
local
217
return
instant_service
->IsInstantProcess(
[
all
...]
search.cc
18
#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/
tab_contents_resource_provider.cc
16
#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/
memory_internals_proxy.cc
23
#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/
chrome_content_browser_client.cc
69
#include "chrome/browser/search/
instant_service
.h"
1245
InstantService*
instant_service
=
local
1484
InstantService*
instant_service
=
local
[
all
...]
/external/chromium_org/chrome/browser/policy/
policy_browsertest.cc
55
#include "chrome/browser/search/
instant_service
.h"
1089
InstantService*
instant_service
=
local
[
all
...]
Completed in 551 milliseconds