/external/chromium_org/chrome/browser/ui/autofill/ |
D | password_generation_popup_controller_impl.cc | 44 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()
|
D | password_generation_popup_controller_impl.h | 57 gfx::NativeView container_view); 85 gfx::NativeView container_view); 99 virtual gfx::NativeView container_view() OVERRIDE;
|
D | autofill_popup_controller_impl.cc | 74 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()
|
D | popup_controller_common.h | 31 gfx::NativeView container_view, 36 gfx::NativeView container_view() { return container_view_; } in container_view() function
|
D | autofill_popup_controller_impl.h | 36 gfx::NativeView container_view, 70 gfx::NativeView container_view, 88 virtual gfx::NativeView container_view() OVERRIDE;
|
D | popup_controller_common.cc | 21 const gfx::NativeView container_view, in PopupControllerCommon() argument 24 container_view_(container_view), in PopupControllerCommon()
|
D | autofill_popup_view_delegate.h | 44 virtual gfx::NativeView container_view() = 0;
|
/external/chromium_org/ui/app_list/views/ |
D | app_list_view_unittest.cc | 298 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()
|
D | app_list_folder_view.cc | 44 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()
|
D | app_list_folder_view.h | 39 AppListFolderView(AppsContainerView* container_view,
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
D | autofill_popup_base_view.cc | 66 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()
|
D | autofill_popup_base_view_browsertest.cc | 34 MOCK_METHOD0(container_view, gfx::NativeView()); 47 EXPECT_CALL(mock_delegate_, container_view()) in SetUpOnMainThread()
|
D | autofill_popup_base_view.h | 84 gfx::NativeView container_view();
|
D | autofill_popup_view_views.cc | 130 controller->container_view()); in Create()
|
D | password_generation_popup_view_views.cc | 264 controller->container_view()); in Create()
|
/external/chromium_org/ash/frame/caption_buttons/ |
D | frame_caption_button_container_view.h | 53 explicit TestApi(FrameCaptionButtonContainerView* container_view) in TestApi() argument 54 : container_view_(container_view) { in TestApi()
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | password_generation_popup_view_cocoa_unittest.mm | 55 MOCK_METHOD0(container_view, gfx::NativeView()); 83 EXPECT_CALL(*mock_controller_, container_view())
|
D | autofill_popup_base_view_cocoa.mm | 163 [[delegate_->container_view() window] addChildWindow:window
|
/external/chromium_org/chrome/browser/ui/android/autofill/ |
D | autofill_popup_view_android.cc | 27 ui::ViewAndroid* view_android = controller_->container_view(); in Show()
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bar_view_test.cc | 1839 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()
|