Home
last modified time | relevance | path

Searched refs:container_view_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/app_list/views/
Dapp_list_folder_view.cc47 : container_view_(container_view), in AppListFolderView()
145 container_view_->ShowApps(NULL); in OnAppListItemWillBeDeleted()
187 container_view_->apps_grid_view(), in StartSetupDragInRootLevelAppsGridView()
191 container_view_->apps_grid_view()-> in StartSetupDragInRootLevelAppsGridView()
219 container_view_->folder_background_view()->UpdateFolderContainerBubble( in UpdateFolderViewBackground()
235 return delta > container_view_->folder_background_view()-> in IsPointOutsideOfFolderBoundary()
256 container_view_->apps_grid_view(), in ReparentItem()
259 container_view_->ReparentFolderItemTransit(folder_item_); in ReparentItem()
265 AppsGridView* root_grid = container_view_->apps_grid_view(); in DispatchDragEventForReparent()
274 container_view_->apps_grid_view()->EndDragFromReparentItemInRootLevel( in DispatchEndDragEventForReparent()
[all …]
Dapp_list_folder_view.h111 AppsContainerView* container_view_; // Not owned. variable
/external/chromium_org/ash/frame/caption_buttons/
Dframe_caption_button_container_view.h48 : container_view_(container_view) { in TestApi()
52 return container_view_->minimize_button_; in minimize_button()
56 return container_view_->size_button_; in size_button()
60 return container_view_->close_button_; in close_button()
64 FrameCaptionButtonContainerView* container_view_;
/external/chromium_org/chrome/browser/ui/autofill/
Dpopup_controller_common.h36 gfx::NativeView container_view() { return container_view_; } in container_view()
87 gfx::NativeView container_view_; variable
Dpopup_controller_common.cc24 container_view_(container_view), in PopupControllerCommon()
54 return gfx::Screen::GetScreenFor(container_view_)->GetDisplayNearestPoint( in GetDisplayNearestPoint()