Searched defs:event_url (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Devent_router_forwarder.cc28 const GURL& event_url) {
29 HandleEvent(std::string(), event_name, event_args.Pass(), 0, true, event_url); local
37 const GURL& event_url) {
45 event_url);
52 const GURL& event_url) {
53 HandleEvent(extension_id, event_name, event_args.Pass(), 0, true, event_url);
62 const GURL& event_url) {
66 use_profile_to_restrict_events, event_url);
74 const GURL& event_url) {
80 profile_ptr, use_profile_to_restrict_events, event_url));
25 BroadcastEventToRenderers( const std::string& event_name, scoped_ptr<base::ListValue> event_args, const GURL& event_url) argument
32 DispatchEventToRenderers( const std::string& event_name, scoped_ptr<base::ListValue> event_args, void* profile, bool use_profile_to_restrict_events, const GURL& event_url) argument
48 BroadcastEventToExtension( const std::string& extension_id, const std::string& event_name, scoped_ptr<base::ListValue> event_args, const GURL& event_url) argument
56 DispatchEventToExtension( const std::string& extension_id, const std::string& event_name, scoped_ptr<base::ListValue> event_args, void* profile, bool use_profile_to_restrict_events, const GURL& event_url) argument
69 HandleEvent(const std::string& extension_id, const std::string& event_name, scoped_ptr<base::ListValue> event_args, void* profile_ptr, bool use_profile_to_restrict_events, const GURL& event_url) argument
109 CallEventRouter( Profile* profile, const std::string& extension_id, const std::string& event_name, scoped_ptr<base::ListValue> event_args, Profile* restrict_to_profile, const GURL& event_url) argument
[all...]
H A Devent_router_forwarder_unittest.cc40 Profile* restrict_to_profile, const GURL& event_url) {
42 restrict_to_profile, event_url);
37 CallEventRouter( Profile* profile, const std::string& extension_id, const std::string& event_name, scoped_ptr<base::ListValue> event_args, Profile* restrict_to_profile, const GURL& event_url) argument
H A Dextension_messages_apitest.cc68 GURL event_url) {
71 event->event_url = event_url;
125 ASSERT_TRUE(RunExtensionTest("messaging/event_url")) << message_;
66 BuildEvent(scoped_ptr<base::ListValue> event_args, Profile* profile, GURL event_url) argument
/external/chromium_org/extensions/browser/
H A Devent_router.h336 GURL event_url; member in struct:extensions::Event
364 const GURL& event_url,
H A Devent_router.cc576 if (!event->event_url.is_empty() &&
577 event->event_url.host() != extension->id() &&
580 ->HasEffectiveAccessToURL(event->event_url)) {
793 const GURL& event_url,
799 event_url(event_url),
811 event_url,
790 Event(const std::string& event_name, scoped_ptr<ListValue> event_args, BrowserContext* restrict_to_browser_context, const GURL& event_url, EventRouter::UserGestureState user_gesture, const EventFilteringInfo& filter_info) argument

Completed in 1375 milliseconds