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

  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.h 85 const std::string& page_action_id,
116 const std::string& page_action_id,
extension_page_actions_module.cc 38 std::string page_action_id; local
39 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &page_action_id));
extension_browser_event_router.cc 503 const std::string& page_action_id,
508 args.Append(Value::CreateStringValue(page_action_id));
525 const std::string& page_action_id,
529 DispatchOldPageActionEvent(profile, extension_id, page_action_id, tab_id, url,

Completed in 91 milliseconds