Searched defs:details (Results 176 - 200 of 684) sorted by relevance

1234567891011>>

/external/chromium_org/apps/
H A Dapp_load_service.cc87 const content::NotificationDetails& details) {
90 content::Details<extensions::ExtensionHost>(details).ptr();
85 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.cc204 ui::EventDispatchDetails details = local
206 if (!details.dispatcher_destroyed)
207 details = host->event_processor()->OnEventFromSource(&release_event);
208 if (details.dispatcher_destroyed)
/external/chromium_org/ash/
H A Dpopup_message.cc110 // |------------details container--------------|
123 views::View* details = new views::View(); local
124 AddChildView(details);
125 details->SetLayoutManager(new views::BoxLayout(
136 details->AddChildView(caption_label);
145 details->AddChildView(message_label);
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler_unittest.cc390 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&press); local
391 ASSERT_FALSE(details.dispatcher_destroyed);
396 details = dispatcher->OnEventFromSource(&release);
397 ASSERT_FALSE(details.dispatcher_destroyed);
/external/chromium_org/athena/home/
H A Dhome_card_gesture_manager_unittest.cc50 ui::GestureEventDetails details; local
53 details = ui::GestureEventDetails(type, 0, (y - last_y_));
55 details = ui::GestureEventDetails(type);
56 ui::GestureEvent event(0, y, ui::EF_NONE, base::TimeDelta(), details);
/external/chromium_org/chrome/browser/android/banners/
H A Dapp_banner_manager.cc66 const content::LoadCommittedDetails& details,
65 DidNavigateMainFrame( const content::LoadCommittedDetails& details, const content::FrameNavigateParams& params) argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dkeyword_extensions_delegate_impl.cc122 const content::NotificationDetails& details) {
156 omnibox_api::SendSuggestions::Params>(details).ptr();
119 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_posix.cc100 const content::NotificationDetails& details) OVERRIDE;
127 const content::NotificationDetails& details) {
125 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/
H A Dlocale_change_guard.cc90 const content::NotificationDetails& details) {
88 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_sync_observer.cc125 const content::NotificationDetails& details) {
122 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_invalidator.cc145 const content::NotificationDetails& details) {
147 Profile* profile = content::Details<Profile>(details).ptr();
142 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Duser_network_configuration_updater.cc128 const content::NotificationDetails& details) {
125 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_internal_extension_provider.cc74 const content::NotificationDetails& details) {
78 content::Details<extensions::ExtensionHost>(details).ptr();
140 content::Details<extensions::Extension>(details).ptr();
147 *(content::Details<UnloadedExtensionInfo>(details).ptr());
72 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/dom_distiller/
H A Dlazy_dom_distiller_service.cc38 const content::NotificationDetails& details) {
35 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dtab_utils.cc51 const content::LoadCommittedDetails& details,
67 const content::LoadCommittedDetails& details,
66 DidNavigateMainFrame( const content::LoadCommittedDetails& details, const content::FrameNavigateParams& params) argument
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
H A Dactivity_log_private_api.cc78 void ActivityLogAPI::OnListenerAdded(const EventListenerInfo& details) { argument
82 void ActivityLogAPI::OnListenerRemoved(const EventListenerInfo& details) { argument
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbraille_display_private_api.cc105 const EventListenerInfo& details) {
112 const EventListenerInfo& details) {
104 OnListenerAdded( const EventListenerInfo& details) argument
111 OnListenerRemoved( const EventListenerInfo& details) argument
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_api.cc57 void DialAPI::OnListenerAdded(const EventListenerInfo& details) { argument
64 void DialAPI::OnListenerRemoved(const EventListenerInfo& details) { argument
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation_manager.cc230 const content::NotificationDetails& details) {
233 DeleteOperation(content::Details<const Extension>(details).ptr()->id());
238 content::Details<ExtensionHost>(details)->extension()->id());
243 content::Details<ExtensionHost>(details)->extension()->id());
228 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Dmdns_api.cc71 void MDnsAPI::OnListenerAdded(const EventListenerInfo& details) { argument
73 UpdateMDnsListeners(details);
76 void MDnsAPI::OnListenerRemoved(const EventListenerInfo& details) { argument
78 UpdateMDnsListeners(details);
81 void MDnsAPI::UpdateMDnsListeners(const EventListenerInfo& details) { argument
88 .GetEventListenersByName(details.event_name);
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dchrome_direct_setting_api.cc94 void ChromeDirectSettingAPI::OnListenerAdded(const EventListenerInfo& details) { argument
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_manager.cc119 const EventListenerInfo& details) {
124 if ((*it)->extension_id() == details.extension_id) {
131 details.extension_id,
136 const EventListenerInfo& details) {
137 RemoveChangeObserverForExtension(details.extension_id);
118 OnListenerAdded( const EventListenerInfo& details) argument
135 OnListenerRemoved( const EventListenerInfo& details) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_renderer_state.cc78 const content::NotificationDetails& details) OVERRIDE;
100 const content::NotificationDetails& details) {
108 RenderViewHost* host = content::Details<RenderViewHost>(details).ptr();
144 content::Details<RetargetingDetails>(details).ptr();
98 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dexternal_install_manager.cc214 const content::NotificationDetails& details) {
221 content::Details<const Extension>(details).ptr()->id() ==
211 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dinstall_tracker.cc136 const content::NotificationDetails& details) {
140 content::Details<const Extension>(details).ptr();
151 *content::Details<const std::string>(details).ptr());
134 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument

Completed in 3380 milliseconds

1234567891011>>