OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstantService
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/search/
instant_service.h
47
class
InstantService
: public BrowserContextKeyedService,
50
explicit
InstantService
(Profile* profile);
51
virtual ~
InstantService
();
58
// Adds/Removes
InstantService
observers.
100
// Notifies
InstantService
about the creation of a BrowserInstantController
104
// Notifies
InstantService
about the destruction of a BrowserInstantController
191
base::WeakPtrFactory<
InstantService
> weak_ptr_factory_;
193
DISALLOW_COPY_AND_ASSIGN(
InstantService
);
instant_service.cc
68
InstantService
::
InstantService
(Profile* profile)
122
base::Bind(&
InstantService
::OnDefaultSearchProviderChanged,
131
InstantService
::~
InstantService
() {
134
void
InstantService
::AddInstantProcess(int process_id) {
146
bool
InstantService
::IsInstantProcess(int process_id) const {
150
void
InstantService
::AddObserver(InstantServiceObserver* observer) {
154
void
InstantService
::RemoveObserver(InstantServiceObserver* observer) {
158
void
InstantService
::DeleteMostVisitedItem(const GURL& url)
[
all
...]
Completed in 93 milliseconds