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

/external/chromium/chrome/browser/extensions/
H A Dextension_event_router_forwarder.cc20 const GURL& event_url) {
21 HandleEvent("", event_name, event_args, 0, true, event_url);
27 const GURL& event_url) {
31 use_profile_to_restrict_events, event_url);
37 const GURL& event_url) {
38 HandleEvent(extension_id, event_name, event_args, 0, true, event_url);
45 const GURL& event_url) {
49 use_profile_to_restrict_events, event_url);
56 const GURL& event_url) {
64 use_profile_to_restrict_events, event_url));
18 BroadcastEventToRenderers( const std::string& event_name, const std::string& event_args, const GURL& event_url) argument
24 DispatchEventToRenderers( const std::string& event_name, const std::string& event_args, ProfileId profile_id, bool use_profile_to_restrict_events, const GURL& event_url) argument
34 BroadcastEventToExtension( const std::string& extension_id, const std::string& event_name, const std::string& event_args, const GURL& event_url) argument
41 DispatchEventToExtension( const std::string& extension_id, const std::string& event_name, const std::string& event_args, ProfileId profile_id, bool use_profile_to_restrict_events, const GURL& event_url) argument
52 HandleEvent( const std::string& extension_id, const std::string& event_name, const std::string& event_args, ProfileId profile_id, bool use_profile_to_restrict_events, const GURL& event_url) argument
92 CallExtensionEventRouter( Profile* profile, const std::string& extension_id, const std::string& event_name, const std::string& event_args, Profile* restrict_to_profile, const GURL& event_url) argument
[all...]
H A Dextension_event_router.cc29 const GURL& event_url) {
34 extension_id, kDispatchEvent, args, event_url));
161 Profile* restrict_to_profile, const GURL& event_url) {
162 DispatchEventImpl("", event_name, event_args, restrict_to_profile, event_url);
168 Profile* restrict_to_profile, const GURL& event_url) {
171 event_url);
177 Profile* restrict_to_profile, const GURL& event_url) {
213 event_name, event_args, event_url);
25 DispatchEvent(RenderProcessHost* renderer, const std::string& extension_id, const std::string& event_name, const std::string& event_args, const GURL& event_url) argument
159 DispatchEventToRenderers( const std::string& event_name, const std::string& event_args, Profile* restrict_to_profile, const GURL& event_url) argument
165 DispatchEventToExtension( const std::string& extension_id, const std::string& event_name, const std::string& event_args, Profile* restrict_to_profile, const GURL& event_url) argument
174 DispatchEventImpl( const std::string& extension_id, const std::string& event_name, const std::string& event_args, Profile* restrict_to_profile, const GURL& event_url) argument
/external/chromium_org/chrome/browser/extensions/
H A Devent_router_forwarder.cc29 const GURL& event_url) {
30 HandleEvent(std::string(), event_name, event_args.Pass(), 0, true, event_url); local
38 const GURL& event_url) {
46 event_url);
53 const GURL& event_url) {
54 HandleEvent(extension_id, event_name, event_args.Pass(), 0, true, event_url);
63 const GURL& event_url) {
67 use_profile_to_restrict_events, event_url);
75 const GURL& event_url) {
81 profile_ptr, use_profile_to_restrict_events, event_url));
26 BroadcastEventToRenderers( const std::string& event_name, scoped_ptr<base::ListValue> event_args, const GURL& event_url) argument
33 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
49 BroadcastEventToExtension( const std::string& extension_id, const std::string& event_name, scoped_ptr<base::ListValue> event_args, const GURL& event_url) argument
57 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
70 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
110 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.h302 GURL event_url; member in struct:extensions::Event
327 const GURL& event_url,
H A Devent_router_forwarder_unittest.cc39 Profile* restrict_to_profile, const GURL& event_url) {
41 restrict_to_profile, event_url);
36 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.cc53 GURL event_url) {
56 event->event_url = event_url;
110 ASSERT_TRUE(RunExtensionTest("messaging/event_url")) << message_;
51 BuildEvent(scoped_ptr<base::ListValue> event_args, Profile* profile, GURL event_url) argument
H A Devent_router.cc607 if (!event->event_url.is_empty() &&
608 event->event_url.host() != extension->id() &&
610 event->event_url)) {
840 const GURL& event_url,
846 event_url(event_url),
858 event_url,
837 Event(const std::string& event_name, scoped_ptr<ListValue> event_args, Profile* restrict_to_profile, const GURL& event_url, EventRouter::UserGestureState user_gesture, const EventFilteringInfo& filter_info) argument
/external/chromium/chrome/browser/debugger/
H A Dextension_ports_remote_service.cc239 const GURL& event_url) {
235 OnExtensionMessageInvoke( const std::string& extension_id, const std::string& function_name, const ListValue& args, const GURL& event_url) argument

Completed in 129 milliseconds