Home
last modified time | relevance | path

Searched refs:container_view (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dpassword_generation_popup_controller_impl.cc44 gfx::NativeView container_view) { in GetOrCreate() argument
48 previous->container_view() == container_view) { in GetOrCreate()
63 container_view); in GetOrCreate()
74 gfx::NativeView container_view) in PasswordGenerationPopupControllerImpl() argument
80 controller_common_(bounds, container_view, web_contents), in PasswordGenerationPopupControllerImpl()
238 gfx::NativeView PasswordGenerationPopupControllerImpl::container_view() { in container_view() function in autofill::PasswordGenerationPopupControllerImpl
239 return controller_common_.container_view(); in container_view()
Dpassword_generation_popup_controller_impl.h57 gfx::NativeView container_view);
85 gfx::NativeView container_view);
99 virtual gfx::NativeView container_view() OVERRIDE;
Dautofill_popup_controller_impl.cc74 gfx::NativeView container_view, in GetOrCreate() argument
80 previous->container_view() == container_view && in GetOrCreate()
91 delegate, web_contents, container_view, element_bounds, in GetOrCreate()
99 gfx::NativeView container_view, in AutofillPopupControllerImpl() argument
103 container_view, in AutofillPopupControllerImpl()
373 gfx::NativeView AutofillPopupControllerImpl::container_view() { in container_view() function in autofill::AutofillPopupControllerImpl
374 return controller_common_->container_view(); in container_view()
Dpopup_controller_common.h31 gfx::NativeView container_view,
36 gfx::NativeView container_view() { return container_view_; } in container_view() function
Dautofill_popup_controller_impl.h36 gfx::NativeView container_view,
70 gfx::NativeView container_view,
88 virtual gfx::NativeView container_view() OVERRIDE;
Dpopup_controller_common.cc21 const gfx::NativeView container_view, in PopupControllerCommon() argument
24 container_view_(container_view), in PopupControllerCommon()
Dautofill_popup_view_delegate.h44 virtual gfx::NativeView container_view() = 0;
/external/chromium_org/ui/app_list/views/
Dapp_list_view_unittest.cc298 AppsContainerView* container_view = in RunReshowWithOpenFolderTest() local
301 EXPECT_NO_FATAL_FAILURE(CheckView(container_view->apps_grid_view())); in RunReshowWithOpenFolderTest()
302 EXPECT_FALSE(container_view->app_list_folder_view()->visible()); in RunReshowWithOpenFolderTest()
304 AppsGridViewTestApi test_api(container_view->apps_grid_view()); in RunReshowWithOpenFolderTest()
309 EXPECT_NO_FATAL_FAILURE(CheckView(container_view->app_list_folder_view())); in RunReshowWithOpenFolderTest()
310 EXPECT_FALSE(container_view->apps_grid_view()->visible()); in RunReshowWithOpenFolderTest()
319 EXPECT_NO_FATAL_FAILURE(CheckView(container_view->apps_grid_view())); in RunReshowWithOpenFolderTest()
320 EXPECT_FALSE(container_view->app_list_folder_view()->visible()); in RunReshowWithOpenFolderTest()
Dapp_list_folder_view.cc44 AppListFolderView::AppListFolderView(AppsContainerView* container_view, in AppListFolderView() argument
47 : container_view_(container_view), in AppListFolderView()
60 container_view->apps_grid_view()->cols(), in AppListFolderView()
61 container_view->apps_grid_view()->rows_per_page()); in AppListFolderView()
Dapp_list_folder_view.h39 AppListFolderView(AppsContainerView* container_view,
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_popup_base_view.cc66 params.parent = container_view(); in DoShow()
239 gfx::NativeView AutofillPopupBaseView::container_view() { in container_view() function in autofill::AutofillPopupBaseView
240 return delegate_->container_view(); in container_view()
Dautofill_popup_base_view_browsertest.cc34 MOCK_METHOD0(container_view, gfx::NativeView());
47 EXPECT_CALL(mock_delegate_, container_view()) in SetUpOnMainThread()
Dautofill_popup_base_view.h84 gfx::NativeView container_view();
Dautofill_popup_view_views.cc130 controller->container_view()); in Create()
Dpassword_generation_popup_view_views.cc264 controller->container_view()); in Create()
/external/chromium_org/ash/frame/caption_buttons/
Dframe_caption_button_container_view.h53 explicit TestApi(FrameCaptionButtonContainerView* container_view) in TestApi() argument
54 : container_view_(container_view) { in TestApi()
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dpassword_generation_popup_view_cocoa_unittest.mm55 MOCK_METHOD0(container_view, gfx::NativeView());
83 EXPECT_CALL(*mock_controller_, container_view())
Dautofill_popup_base_view_cocoa.mm163 [[delegate_->container_view() window] addChildWindow:window
/external/chromium_org/chrome/browser/ui/android/autofill/
Dautofill_popup_view_android.cc27 ui::ViewAndroid* view_android = controller_->container_view(); in Show()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view_test.cc1839 views::View* container_view = new ContainerViewForMenuExit; in DoTestOnMessageLoop() local
1840 container_view->AddChildView(bb_view_.get()); in DoTestOnMessageLoop()
1841 container_view->AddChildView(test_view_); in DoTestOnMessageLoop()
1842 parent->AddChildView(container_view); in DoTestOnMessageLoop()