HomeSort by relevance Sort by last modified time
    Searched refs:DispatchEvent (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/chrome/browser/extensions/
extension_processes_api.h 44 void DispatchEvent(Profile* profile,
extension_accessibility_api.cc 141 DispatchEvent(info->profile(), keys::kOnWindowOpened, json_args);
147 DispatchEvent(info->profile(), keys::kOnWindowClosed, json_args);
155 DispatchEvent(info->profile(), keys::kOnControlFocused, json_args);
161 DispatchEvent(info->profile(), keys::kOnControlAction, json_args);
167 DispatchEvent(info->profile(), keys::kOnTextChanged, json_args);
173 DispatchEvent(info->profile(), keys::kOnMenuOpened, json_args);
179 DispatchEvent(info->profile(), keys::kOnMenuClosed, json_args);
182 void ExtensionAccessibilityEventRouter::DispatchEvent(
extension_preference_api.h 29 void DispatchEvent(const std::string& extension_id,
extension_accessibility_api.h 66 void DispatchEvent(Profile* profile,
extension_bookmark_manager_api.h 42 void DispatchEvent(const char* event_name, const ListValue* args);
extension_history_api.h 45 void DispatchEvent(Profile* profile,
extension_webnavigation_api.cc 47 void DispatchEvent(Profile* profile,
75 DispatchEvent(tab_contents->profile(), keys::kOnBeforeNavigate, json_args);
105 DispatchEvent(tab_contents->profile(), keys::kOnCommitted, json_args);
125 DispatchEvent(tab_contents->profile(), keys::kOnDOMContentLoaded, json_args);
145 DispatchEvent(tab_contents->profile(), keys::kOnCompleted, json_args);
164 DispatchEvent(profile, keys::kOnBeforeRetarget, json_args);
357 DispatchEvent(tab_contents()->profile(), keys::kOnErrorOccurred, json_args);
extension_browser_event_router.cc 64 static void DispatchEvent(Profile* profile,
94 DispatchEvent(profile, event_name, json_args);
107 DispatchEvent(profile, event_name, json_args);
213 DispatchEvent(browser->profile(), events::kOnWindowCreated, json_args);
296 DispatchEvent(contents->profile(), events::kOnTabAttached, json_args);
320 DispatchEvent(contents->profile(), events::kOnTabDetached, json_args);
339 DispatchEvent(contents->profile(), events::kOnTabRemoved, json_args);
367 DispatchEvent(new_contents->profile(), events::kOnTabSelectionChanged,
390 DispatchEvent(contents->profile(), events::kOnTabMoved, json_args);
430 DispatchEvent(contents->profile(), events::kOnTabUpdated, json_args)
    [all...]
extension_processes_api.cc 145 DispatchEvent(profile, keys::kOnUpdated, json_args);
150 void ExtensionProcessesEventRouter::DispatchEvent(Profile* profile,
extension_cookies_api.h 56 void DispatchEvent(Profile* context,
extension_webrequest_api.h 101 bool DispatchEvent(
extension_bookmarks_module.cc 138 void ExtensionBookmarkEventRouter::DispatchEvent(Profile *profile,
172 DispatchEvent(model->profile(), keys::kOnBookmarkMoved, json_args);
187 DispatchEvent(model->profile(), keys::kOnBookmarkCreated, json_args);
205 DispatchEvent(model->profile(), keys::kOnBookmarkRemoved, json_args);
226 DispatchEvent(model->profile(), keys::kOnBookmarkChanged, json_args);
251 DispatchEvent(model->profile(),
261 DispatchEvent(model->profile(),
270 DispatchEvent(model->profile(),
extension_event_router.cc 25 static void DispatchEvent(RenderProcessHost* renderer,
212 DispatchEvent(listener->process, listener->extension_id,
extension_history_api.cc 123 DispatchEvent(profile, keys::kOnVisited, json_args);
143 DispatchEvent(profile, keys::kOnVisitRemoved, json_args);
146 void ExtensionHistoryEventRouter::DispatchEvent(Profile* profile,
extension_bookmarks_module.h 64 void DispatchEvent(Profile* profile,
extension_webrequest_api.cc 331 if (DispatchEvent(profile_id, event_router, request, callback, listeners,
371 if (DispatchEvent(profile_id, event_router, request, callback, listeners,
383 bool ExtensionWebRequestEventRouter::DispatchEvent(
extension_bookmark_manager_api.cc 156 void ExtensionBookmarkManagerEventRouter::DispatchEvent(const char* event_name,
174 DispatchEvent(event_name, &args);
extension_cookies_api.cc 101 DispatchEvent(profile, keys::kOnChanged, json_args, cookie_domain);
104 void ExtensionCookiesEventRouter::DispatchEvent(Profile* profile,
extension_preference_api.cc 271 DispatchEvent(extension_id, event_name, json_args);
276 void ExtensionPreferenceEventRouter::DispatchEvent(
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.h 62 void DispatchEvent(const chromeos::MountLibrary::Disk* disk, bool added);
file_browser_event_router.cc 114 void ExtensionFileBrowserEventRouter::DispatchEvent(
172 DispatchEvent(disk, false);
186 DispatchEvent(disk, true);
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 231 milliseconds

1 2