HomeSort by relevance Sort by last modified time
    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 554 class FindInPageNotificationObserver : public content::NotificationObserver {
556 FindInPageNotificationObserver(AutomationProvider* automation,
560 virtual ~FindInPageNotificationObserver();
586 DISALLOW_COPY_AND_ASSIGN(FindInPageNotificationObserver);
    [all...]
automation_provider_observers.cc     [all...]

Completed in 1222 milliseconds