HomeSort by relevance Sort by last modified time
    Searched refs:OnPageActionsUpdated (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_test_notification_observer.h 95 // OnPageActionsUpdated().
103 virtual void OnPageActionsUpdated(content::WebContents* contents) OVERRIDE;
extension_test_notification_observer.cc 258 void ExtensionTestNotificationObserver::OnPageActionsUpdated(
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.h 47 virtual void OnPageActionsUpdated(content::WebContents* web_contents);
extension_action_api.cc 65 void ExtensionActionAPI::Observer::OnPageActionsUpdated(
324 FOR_EACH_OBSERVER(Observer, observers_, OnPageActionsUpdated(web_contents));

Completed in 48 milliseconds