OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstantService
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/chrome/browser/search/
instant_service_factory.h
13
class
InstantService
;
19
// Returns the
InstantService
for |profile|.
20
static
InstantService
* GetForProfile(Profile* profile);
instant_service_factory.cc
16
InstantService
* InstantServiceFactory::GetForProfile(Profile* profile) {
20
return static_cast<
InstantService
*>(
31
"
InstantService
",
50
new
InstantService
(static_cast<Profile*>(profile)) : NULL;
instant_service.h
36
class
InstantService
: public KeyedService,
40
explicit
InstantService
(Profile* profile);
41
virtual ~
InstantService
();
48
// Adds/Removes
InstantService
observers.
140
//
InstantService
due to the dependency declared in InstantServiceFactory.
166
base::WeakPtrFactory<
InstantService
> weak_ptr_factory_;
173
DISALLOW_COPY_AND_ASSIGN(
InstantService
);
instant_service.cc
57
InstantService
::
InstantService
(Profile* profile)
134
InstantService
::~
InstantService
() {
139
void
InstantService
::AddInstantProcess(int process_id) {
150
bool
InstantService
::IsInstantProcess(int process_id) const {
154
void
InstantService
::AddObserver(InstantServiceObserver* observer) {
158
void
InstantService
::RemoveObserver(InstantServiceObserver* observer) {
162
void
InstantService
::DeleteMostVisitedItem(const GURL& url) {
170
void
InstantService
::UndoMostVisitedDeletion(const GURL& url)
[
all
...]
instant_unittest_base.h
47
InstantService
* instant_service_;
search.cc
473
const
InstantService
* instant_service =
search_unittest.cc
217
InstantService
* instant_service =
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc
36
InstantService
* instant_service =
51
InstantService
* instant_service =
59
InstantService
* instant_service =
145
InstantService
* instant_service =
/external/chromium_org/chrome/browser/ui/search/
instant_controller.h
23
class
InstantService
;
138
// Returns the
InstantService
for the browser profile.
139
InstantService
* GetInstantService() const;
instant_controller.cc
194
InstantService
* instant_service = GetInstantService();
202
InstantService
* InstantController::GetInstantService() const {
search_tab_helper.h
30
class
InstantService
;
232
InstantService
* instant_service_;
instant_search_prerenderer.cc
43
InstantService
* instant_service =
search_tab_helper.cc
106
InstantService
* instant_service =
363
InstantService
* instant_service =
/external/chromium_org/chrome/browser/
chrome_content_browser_client.cc
[
all
...]
/external/chromium_org/chrome/browser/autocomplete/
base_search_provider.cc
725
InstantService
* instant_service =
727
// Android and iOS have no
InstantService
.
[
all
...]
/external/chromium_org/chrome/browser/policy/
policy_browsertest.cc
[
all
...]
Completed in 658 milliseconds