OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NavigationNotificationObserver
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_browsertest.cc
15
class
NavigationNotificationObserver
: public NotificationObserver {
17
NavigationNotificationObserver
()
42
DISALLOW_COPY_AND_ASSIGN(
NavigationNotificationObserver
);
52
NavigationNotificationObserver
observer;
/external/chromium_org/chrome/browser/ui/webui/
chrome_url_data_manager_browsertest.cc
16
class
NavigationNotificationObserver
: public content::NotificationObserver {
18
NavigationNotificationObserver
()
43
DISALLOW_COPY_AND_ASSIGN(
NavigationNotificationObserver
);
53
NavigationNotificationObserver
observer;
/external/chromium/chrome/browser/automation/
automation_provider_observers.h
156
class
NavigationNotificationObserver
: public NotificationObserver {
158
NavigationNotificationObserver
(NavigationController* controller,
164
virtual ~
NavigationNotificationObserver
();
181
DISALLOW_COPY_AND_ASSIGN(
NavigationNotificationObserver
);
[
all
...]
automation_provider_observers.cc
219
NavigationNotificationObserver
::
NavigationNotificationObserver
(
245
NavigationNotificationObserver
::~
NavigationNotificationObserver
() {
248
void
NavigationNotificationObserver
::Observe(
296
void
NavigationNotificationObserver
::ConditionMet(
356
new
NavigationNotificationObserver
(controller, automation_,
[
all
...]
/external/chromium_org/chrome/browser/automation/
automation_provider_observers.h
201
class
NavigationNotificationObserver
: public content::NotificationObserver {
203
NavigationNotificationObserver
(content::NavigationController* controller,
209
virtual ~
NavigationNotificationObserver
();
227
DISALLOW_COPY_AND_ASSIGN(
NavigationNotificationObserver
);
[
all
...]
automation_provider_observers.cc
275
NavigationNotificationObserver
::
NavigationNotificationObserver
(
307
NavigationNotificationObserver
::~
NavigationNotificationObserver
() {
310
void
NavigationNotificationObserver
::Observe(
350
void
NavigationNotificationObserver
::ConditionMet(
425
new
NavigationNotificationObserver
(controller,
[
all
...]
Completed in 137 milliseconds