Searched refs:container_view (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dpassword_generation_popup_controller_impl.cc44 gfx::NativeView container_view) {
48 previous->container_view() == container_view) {
63 container_view);
74 gfx::NativeView container_view)
80 controller_common_(bounds, container_view, web_contents),
238 gfx::NativeView PasswordGenerationPopupControllerImpl::container_view() { function in class:autofill::PasswordGenerationPopupControllerImpl
239 return controller_common_.container_view();
36 GetOrCreate( base::WeakPtr<PasswordGenerationPopupControllerImpl> previous, const gfx::RectF& bounds, const PasswordForm& form, int max_length, password_manager::PasswordManager* password_manager, PasswordGenerationPopupObserver* observer, content::WebContents* web_contents, gfx::NativeView container_view) argument
67 PasswordGenerationPopupControllerImpl( const gfx::RectF& bounds, const PasswordForm& form, int max_length, password_manager::PasswordManager* password_manager, PasswordGenerationPopupObserver* observer, content::WebContents* web_contents, gfx::NativeView container_view) argument
H A Dautofill_popup_view_delegate.h44 virtual gfx::NativeView container_view() = 0;
H A Dpopup_controller_common.h31 gfx::NativeView container_view,
36 gfx::NativeView container_view() { return container_view_; } function in class:autofill::PopupControllerCommon
H A Dpassword_generation_popup_controller_impl.h57 gfx::NativeView container_view);
85 gfx::NativeView container_view);
99 virtual gfx::NativeView container_view() OVERRIDE;
H A Dautofill_popup_controller_impl.h36 gfx::NativeView container_view,
70 gfx::NativeView container_view,
88 virtual gfx::NativeView container_view() OVERRIDE;
H A Dautofill_popup_controller_impl.cc74 gfx::NativeView container_view,
80 previous->container_view() == container_view &&
91 delegate, web_contents, container_view, element_bounds,
99 gfx::NativeView container_view,
103 container_view,
373 gfx::NativeView AutofillPopupControllerImpl::container_view() { function in class:autofill::AutofillPopupControllerImpl
374 return controller_common_->container_view();
70 GetOrCreate( WeakPtr<AutofillPopupControllerImpl> previous, WeakPtr<AutofillPopupDelegate> delegate, content::WebContents* web_contents, gfx::NativeView container_view, const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction) argument
96 AutofillPopupControllerImpl( base::WeakPtr<AutofillPopupDelegate> delegate, content::WebContents* web_contents, gfx::NativeView container_view, const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction) argument
H A Dpopup_controller_common.cc21 const gfx::NativeView container_view,
24 container_view_(container_view),
19 PopupControllerCommon( const gfx::RectF& element_bounds, const gfx::NativeView container_view, content::WebContents* web_contents) argument
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button_container_view.h53 explicit TestApi(FrameCaptionButtonContainerView* container_view) argument
54 : container_view_(container_view) {
/external/chromium_org/ui/app_list/views/
H A Dapp_list_folder_view.cc44 AppListFolderView::AppListFolderView(AppsContainerView* container_view, argument
47 : container_view_(container_view),
60 container_view->apps_grid_view()->cols(),
61 container_view->apps_grid_view()->rows_per_page());
H A Dapp_list_view_unittest.cc298 AppsContainerView* container_view = local
301 EXPECT_NO_FATAL_FAILURE(CheckView(container_view->apps_grid_view()));
302 EXPECT_FALSE(container_view->app_list_folder_view()->visible());
304 AppsGridViewTestApi test_api(container_view->apps_grid_view());
309 EXPECT_NO_FATAL_FAILURE(CheckView(container_view->app_list_folder_view()));
310 EXPECT_FALSE(container_view->apps_grid_view()->visible());
319 EXPECT_NO_FATAL_FAILURE(CheckView(container_view->apps_grid_view()));
320 EXPECT_FALSE(container_view->app_list_folder_view()->visible());
H A Dapp_list_folder_view.h39 AppListFolderView(AppsContainerView* container_view,
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_base_view_browsertest.cc34 MOCK_METHOD0(container_view, gfx::NativeView());
47 EXPECT_CALL(mock_delegate_, container_view())
H A Dautofill_popup_base_view.h84 gfx::NativeView container_view();
H A Dautofill_popup_base_view.cc66 params.parent = container_view();
239 gfx::NativeView AutofillPopupBaseView::container_view() { function in class:autofill::AutofillPopupBaseView
240 return delegate_->container_view();
H A Dautofill_popup_view_views.cc130 controller->container_view());
H A Dpassword_generation_popup_view_views.cc264 controller->container_view());
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_popup_view_android.cc27 ui::ViewAndroid* view_android = controller_->container_view();
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_test.cc1839 views::View* container_view = new ContainerViewForMenuExit; variable
1840 container_view->AddChildView(bb_view_.get());
1841 container_view->AddChildView(test_view_);
1842 parent->AddChildView(container_view);

Completed in 320 milliseconds