Home
last modified time | relevance | path

Searched refs:GetView (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_container_native.cc67 native_container_->GetView()->SetBounds(0, 0, width(), height()); in Layout()
68 native_container_->GetView()->Layout(); in Layout()
77 AddChildView(native_container_->GetView()); in ViewHierarchyChanged()
Dnative_tab_contents_container.h43 virtual views::View* GetView() = 0;
Dnative_tab_contents_container_win.h25 virtual views::View* GetView() OVERRIDE;
Dnative_tab_contents_container_gtk.h27 virtual views::View* GetView() OVERRIDE;
Dtab_contents_container_native.h28 View* GetFocusView() { return native_container_->GetView(); } in GetFocusView()
Dnative_tab_contents_container_win.cc71 views::View* NativeTabContentsContainerWin::GetView() { in GetView() function in NativeTabContentsContainerWin
Dnative_tab_contents_container_gtk.cc55 views::View* NativeTabContentsContainerGtk::GetView() { in GetView() function in NativeTabContentsContainerGtk
/external/chromium/chrome/browser/ui/views/
Dfirst_run_search_engine_view.cc253 AddChildView(choice->GetView()); // The logo or text view. in OnTemplateURLModelChanged()
259 AddChildView(default_choice->GetView()); // The logo or text view. in OnTemplateURLModelChanged()
414 int next_h_space = search_engine_choices_[0]->GetView()->x() + in Layout()
419 next_h_space = search_engine_choices_[1]->GetView()->x() + logo_width + in Layout()
427 next_h_space = search_engine_choices_[2]->GetView()->x() + logo_width + in Layout()
433 next_v_space = search_engine_choices_[0]->GetView()->y() + logo_height + in Layout()
Dfirst_run_search_engine_view.h45 views::View* GetView() { return choice_view_; } in GetView() function
/external/chromium/chrome/browser/ui/cocoa/
Dview_id_util.h38 NSView* GetView(NSWindow* window, ViewID viewID);
Dview_id_util.mm47 // We handle VIEW_ID_TAB_0 to VIEW_ID_TAB_LAST in GetView() function directly.
57 NSView* GetView(NSWindow* window, ViewID viewID) {
Dview_id_util_browsertest.mm35 NSView* view = view_id_util::GetView(root_window_, view_id);