Home
last modified time | relevance | path

Searched refs:FindInPageNotificationObserver (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/automation/
Dautomation_provider.cc486 int request_id = FindInPageNotificationObserver::kFindInPageRequestId; in SendFindRequest()
487 FindInPageNotificationObserver* observer = in SendFindRequest()
488 new FindInPageNotificationObserver(this, in SendFindRequest()
501 FindInPageNotificationObserver::kFindInPageRequestId, in SendFindRequest()
Dautomation_provider_observers.h535 class FindInPageNotificationObserver : public NotificationObserver {
537 FindInPageNotificationObserver(AutomationProvider* automation,
541 virtual ~FindInPageNotificationObserver();
566 DISALLOW_COPY_AND_ASSIGN(FindInPageNotificationObserver);
Dautomation_provider_observers.cc1084 FindInPageNotificationObserver::FindInPageNotificationObserver( in FindInPageNotificationObserver() function in FindInPageNotificationObserver
1095 FindInPageNotificationObserver::~FindInPageNotificationObserver() { in ~FindInPageNotificationObserver()
1098 void FindInPageNotificationObserver::Observe( in Observe()
1144 const int FindInPageNotificationObserver::kFindInPageRequestId = -1;