OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GoogleURLObserver
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/search_engines/
search_provider_install_data.cc
102
class
GoogleURLObserver
: public NotificationObserver {
104
GoogleURLObserver
(
115
virtual ~
GoogleURLObserver
() {}
120
DISALLOW_COPY_AND_ASSIGN(
GoogleURLObserver
);
123
GoogleURLObserver
::
GoogleURLObserver
(
134
void
GoogleURLObserver
::Observe(NotificationType type,
170
//
GoogleURLObserver
is responsible for killing itself when
172
new
GoogleURLObserver
(new GoogleURLChangeNotifier(AsWeakPtr()),
/external/chromium_org/chrome/browser/search_engines/
search_provider_install_data.cc
97
class
GoogleURLObserver
: public content::NotificationObserver {
99
GoogleURLObserver
(Profile* profile,
110
virtual ~
GoogleURLObserver
() {}
115
DISALLOW_COPY_AND_ASSIGN(
GoogleURLObserver
);
118
GoogleURLObserver
::
GoogleURLObserver
(
130
void
GoogleURLObserver
::Observe(int type,
166
//
GoogleURLObserver
is responsible for killing itself when
168
new
GoogleURLObserver
(profile, new GoogleURLChangeNotifier(AsWeakPtr()),
Completed in 129 milliseconds