HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 476 - 500 of 2398) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy.cc 113 // Clear WebRequest details; only keep a record of which types of
116 DictionaryValue* details = NULL; local
118 &details)) {
119 DictionaryValue::Iterator details_iterator(*details);
121 details->SetBoolean(details_iterator.key(), true);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router_chromeos.cc 43 virtual void OnListenerAdded(const EventListenerInfo& details) OVERRIDE;
44 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
100 const EventListenerInfo& details) {
106 const EventListenerInfo& details) {
networking_private_event_router_nonchromeos.cc 30 virtual void OnListenerAdded(const EventListenerInfo& details) OVERRIDE;
31 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
90 const EventListenerInfo& details) {
96 const EventListenerInfo& details) {
  /external/chromium_org/chrome/browser/extensions/api/power/
power_api_manager.h 44 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/settings_overrides/
settings_overrides_api.h 44 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_api.h 48 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager.h 44 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_event_router.h 60 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.h 52 const content::NotificationDetails& details) OVERRIDE;
180 const content::NotificationDetails& details) OVERRIDE;
183 // details of such an event and stores them for the later
185 void Retargeting(const RetargetingDetails* details);
187 // Handler for the NOTIFICATION_TAB_ADDED event. The method takes the details
236 virtual void OnListenerAdded(const extensions::EventListenerInfo& details)
  /external/chromium_org/chrome/browser/extensions/
chrome_notification_observer.cc 55 const content::NotificationDetails& details) {
extension_action_manager.h 49 const content::NotificationDetails& details) OVERRIDE;
extension_notification_observer.cc 94 const content::NotificationDetails& details) {
98 content::Details<const InstalledExtensionInfo>(details)->extension;
106 content::Details<const Extension>(details).ptr();
114 content::Details<UnloadedExtensionInfo>(details).ptr();
extension_test_notification_observer.h 81 const content::NotificationDetails& details) OVERRIDE;
extension_warning_service.h 78 const content::NotificationDetails& details) OVERRIDE;
install_tracker.h 43 const content::NotificationDetails& details) OVERRIDE;
navigation_observer.h 37 const content::NotificationDetails& details) OVERRIDE;
script_bubble_controller.h 45 const content::LoadCommittedDetails& details,
  /external/chromium_org/chrome/browser/extensions/token_cache/
token_cache_service.h 49 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/google/
google_url_tracker_infobar_delegate.h 49 const content::LoadCommittedDetails& details) const OVERRIDE;
google_url_tracker_map_entry.h 45 const content::NotificationDetails& details) OVERRIDE;
google_url_tracker_navigation_helper_impl.h 41 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service_android.h 57 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.h 46 const content::LoadCommittedDetails& details) const OVERRIDE;
protected_media_identifier_infobar_delegate.h 47 const content::LoadCommittedDetails& details) const OVERRIDE;
  /external/chromium_org/chrome/browser/network_time/
navigation_time_helper.h 43 const content::NotificationDetails& details) OVERRIDE;

Completed in 4574 milliseconds

<<11121314151617181920>>