HomeSort by relevance Sort by last modified time
    Searched refs:page_action_id (Results 1 - 6 of 6) 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,
  /external/chromium_org/chrome/renderer/resources/extensions/
page_actions_custom_bindings.js 17 // Setup events for each extension_id/page_action_id string we find.
  /external/chromium_org/chrome/browser/extensions/
browser_event_router.h 138 const std::string& page_action_id,
browser_event_router.cc 558 const std::string& page_action_id,
563 args->Append(Value::CreateStringValue(page_action_id));

Completed in 390 milliseconds