OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FindInPageNotificationObserver
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/test/base/
find_in_page_observer.cc
13
FindInPageNotificationObserver
::
FindInPageNotificationObserver
(
27
FindInPageNotificationObserver
::~
FindInPageNotificationObserver
() {}
29
void
FindInPageNotificationObserver
::Wait() {
37
void
FindInPageNotificationObserver
::Observe(
find_in_page_observer.h
20
//
FindInPageNotificationObserver
allows blocking UI thread until find results
23
//
FindInPageNotificationObserver
observer(tab);
26
// Always construct
FindInPageNotificationObserver
AFTER initiating the search.
28
class
FindInPageNotificationObserver
: public content::NotificationObserver {
30
explicit
FindInPageNotificationObserver
(content::WebContents* parent_tab);
31
virtual ~
FindInPageNotificationObserver
();
58
DISALLOW_COPY_AND_ASSIGN(
FindInPageNotificationObserver
);
/external/chromium/chrome/browser/automation/
automation_provider_observers.h
535
class
FindInPageNotificationObserver
: public NotificationObserver {
537
FindInPageNotificationObserver
(AutomationProvider* automation,
541
virtual ~
FindInPageNotificationObserver
();
566
DISALLOW_COPY_AND_ASSIGN(
FindInPageNotificationObserver
);
[
all
...]
automation_provider_observers.cc
[
all
...]
/external/chromium_org/chrome/browser/automation/
automation_provider_observers.h
536
class
FindInPageNotificationObserver
: public content::NotificationObserver {
538
FindInPageNotificationObserver
(AutomationProvider* automation,
542
virtual ~
FindInPageNotificationObserver
();
568
DISALLOW_COPY_AND_ASSIGN(
FindInPageNotificationObserver
);
[
all
...]
automation_provider_observers.cc
[
all
...]
Completed in 38 milliseconds