Searched defs:details (Results 1 - 25 of 684) sorted by path

1234567891011>>

/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_render_view_host_ext.cc119 const content::LoadCommittedDetails& details,
118 DidNavigateAnyFrame( const content::LoadCommittedDetails& details, const content::FrameNavigateParams& params) argument
/external/chromium_org/android_webview/native/permission/
H A Dpermission_request_handler.cc84 const content::LoadCommittedDetails& details) {
85 const ui::PageTransition transition = details.entry->GetTransitionType();
86 if (details.is_navigation_to_different_page() ||
89 contents_unique_id_ != details.entry->GetUniqueID()) {
91 contents_unique_id_ = details.entry->GetUniqueID();
83 NavigationEntryCommitted( const content::LoadCommittedDetails& details) argument
/external/chromium_org/apps/
H A Dapp_lifetime_monitor.cc54 const content::NotificationDetails& details) {
57 ExtensionHost* host = content::Details<ExtensionHost>(details).ptr();
67 ExtensionHost* host = content::Details<ExtensionHost>(details).ptr();
52 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
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
H A Dsaved_devices_service.cc288 const content::NotificationDetails& details) {
291 Clear(content::Details<ExtensionHost>(details)->extension_id());
286 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dsaved_files_service.cc212 const content::NotificationDetails& details) {
215 ExtensionHost* host = content::Details<ExtensionHost>(details).ptr();
210 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller_unittest.cc631 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&key_event1); local
632 EXPECT_TRUE(key_event1.handled() || details.dispatcher_destroyed);
637 details = dispatcher->OnEventFromSource(&key_event2);
638 EXPECT_FALSE(key_event2.handled() || details.dispatcher_destroyed);
643 details = dispatcher->OnEventFromSource(&key_event3);
644 EXPECT_FALSE(key_event3.handled() || details.dispatcher_destroyed);
650 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&key_event1); local
651 EXPECT_TRUE(key_event1.handled() || details.dispatcher_destroyed);
655 details = dispatcher->OnEventFromSource(&key_event2);
656 EXPECT_FALSE(key_event2.handled() || details
[all...]
/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/drag_drop/
H A Ddrag_drop_controller_unittest.cc283 ui::EventDispatchDetails details = local
285 CHECK(!details.dispatcher_destroyed);
736 ui::EventDispatchDetails details = Shell::GetPrimaryRootWindow()-> local
738 ASSERT_FALSE(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/shelf/
H A Dshelf_util.cc36 const ShelfItemDetails& details) {
38 ShelfItemDetails* item_details = new ShelfItemDetails(details);
35 SetShelfItemDetailsForWindow(aura::Window* window, const ShelfItemDetails& details) argument
H A Dshelf_window_watcher.cc26 // Sets ShelfItem property by using the value of |details|.
28 const ash::ShelfItemDetails& details) {
29 item->type = details.type;
30 if (details.image_resource_id != ash::kInvalidImageResourceID) {
32 item->image = *rb.GetImageSkiaNamed(details.image_resource_id);
256 const ShelfItemDetails* details = local
258 SetShelfItemDetailsForShelfItem(&item, *details);
27 SetShelfItemDetailsForShelfItem(ash::ShelfItem* item, const ash::ShelfItemDetails& details) argument
H A Dshelf_window_watcher_unittest.cc130 ShelfItemDetails details; local
131 details.type = TYPE_PLATFORM_APP;
133 SetShelfItemDetailsForWindow(window.get(), details);
/external/chromium_org/ash/shell/
H A Dapp_list.cc96 // Assigns details only to some types so that we see both one-line
152 // show, what should title and details text look like. It also carries the
181 base::string16 details = local
183 set_details(details);
185 details_tags.push_back(Tag(Tag::DIM, 0, details.length()));
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.cc263 const ViewHierarchyChangedDetails& details) {
264 if (details.parent == this)
262 ViewHierarchyChanged( const ViewHierarchyChangedDetails& details) argument
/external/chromium_org/ash/system/user/
H A Duser_card_view.cc122 // The user details shown in public account mode. This is essentially a label
358 views::Label* details = new views::Label; local
359 details->SetText(l10n_util::GetStringUTF16(IDS_ASH_STATUS_TRAY_KIOSK_LABEL));
360 details->SetBorder(views::Border::CreateEmptyBorder(0, 4, 0, 1));
361 details->SetHorizontalAlignment(gfx::ALIGN_LEFT);
362 AddChildView(details);
425 views::View* details = new views::View; local
426 details->SetLayoutManager(new views::BoxLayout(
428 details->AddChildView(user_name);
429 details
444 views::View* details = new views::View; local
[all...]
/external/chromium_org/ash/test/
H A Dchild_modal_window.cc193 const ViewHierarchyChangedDetails& details) {
194 if (details.is_add && details.child == this) {
192 ViewHierarchyChanged( const ViewHierarchyChangedDetails& details) argument
/external/chromium_org/ash/touch/
H A Dtouch_uma.cc62 event.details().touch_points() == 2) {
63 WindowTouchDetails* details = target->GetProperty(kWindowTouchDetails); local
64 if (!details) {
69 details->last_mt_time_ = event.time_stamp();
88 WindowTouchDetails* details = target->GetProperty(kWindowTouchDetails); local
89 if (!details) {
90 details = new WindowTouchDetails;
91 target->SetProperty(kWindowTouchDetails, details);
141 details->last_start_time_[event.touch_id()] = event.time_stamp();
142 details
[all...]
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter_unittest.cc171 ui::GestureEventDetails details = local
173 details.set_oldest_touch_id(touch_id);
204 ui::EventDispatchDetails details = local
206 ASSERT_FALSE(details.dispatcher_destroyed);
H A Dwindow_manager_unittest.cc188 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&keyev); local
189 ASSERT_FALSE(details.dispatcher_destroyed);
196 details = dispatcher->OnEventFromSource(&touchev);
197 ASSERT_FALSE(details.dispatcher_destroyed);
203 details = dispatcher->OnEventFromSource(&keyev);
204 ASSERT_FALSE(details.dispatcher_destroyed);
242 details = dispatcher->OnEventFromSource(&keyev);
243 EXPECT_FALSE(keyev.handled() || details.dispatcher_destroyed);
258 details = dispatcher->OnEventFromSource(&keyev);
259 EXPECT_FALSE(keyev.handled() || details
448 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&touchev1); local
519 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); local
527 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move2); local
535 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); local
543 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move2); local
551 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); local
559 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move2); local
567 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); local
575 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move2); local
584 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); local
623 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&mouseev1); local
675 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&key_event); local
[all...]
H A Dwindow_resizer.h69 const DragDetails& details() const { return *window_state_->drag_details(); } function in class:ash::WindowResizer
/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/content/
H A Dweb_activity.cc76 // See the documentation in WebContentsDelegate: for more details.
587 const content::LoadCommittedDetails& details,
586 DidNavigateMainFrame( const content::LoadCommittedDetails& details, const content::FrameNavigateParams& params) argument
/external/chromium_org/athena/home/
H A Dhome_card_gesture_manager.cc59 const ui::GestureEventDetails& details = event->details(); local
71 bool is_fling = ::fabs(details.velocity_y()) > kFlingCompletionVelocity;
73 if (details.velocity_y() > 0) {
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);

Completed in 4739 milliseconds

1234567891011>>