Searched refs:GetViewByID (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ash/system/tray/media_security/
H A Dmulti_profile_media_tray_item_unittest.cc34 system_tray->GetSystemBubble()->bubble_view()->GetViewByID(
40 widget->GetRootView()->GetViewByID(VIEW_ID_MEDIA_TRAY_VIEW);
/external/chromium_org/chrome/browser/ui/views/accessibility/
H A Dbrowser_views_accessibility_browsertest.cc187 GetToolbarView()->GetViewByID(VIEW_ID_BACK_BUTTON),
196 GetToolbarView()->GetViewByID(VIEW_ID_FORWARD_BUTTON),
205 GetToolbarView()->GetViewByID(VIEW_ID_RELOAD_BUTTON),
213 GetToolbarView()->GetViewByID(VIEW_ID_HOME_BUTTON),
221 GetToolbarView()->GetViewByID(VIEW_ID_STAR_BUTTON),
231 GetToolbarView()->GetViewByID(VIEW_ID_MIC_SEARCH_BUTTON),
240 GetToolbarView()->GetViewByID(VIEW_ID_APP_MENU),
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils_views.cc37 BrowserView::GetBrowserViewForBrowser(browser)->GetViewByID(vid);
48 BrowserView::GetBrowserViewForBrowser(browser)->GetViewByID(vid);
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_unittest.cc463 tray->GetSystemBubble()->bubble_view()->GetViewByID(
467 EXPECT_FALSE(tray->GetSystemBubble()->bubble_view()->GetViewByID(
475 accessibility = tray->GetSystemBubble()->bubble_view()->GetViewByID(
481 tray->GetSystemBubble()->bubble_view()->GetViewByID(
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views_browsertest.cc133 browser())->GetViewByID(VIEW_ID_OMNIBOX)->GetBoundsInScreen();
188 browser())->GetViewByID(VIEW_ID_OMNIBOX)->GetBoundsInScreen();
/external/chromium_org/ui/views/
H A Dview.h408 virtual const View* GetViewByID(int id) const;
409 virtual View* GetViewByID(int id);
H A Dview.cc610 const View* View::GetViewByID(int id) const { function in class:views::View
615 const View* view = child_at(i)->GetViewByID(id);
622 View* View::GetViewByID(int id) { function in class:views::View
623 return const_cast<View*>(const_cast<const View*>(this)->GetViewByID(id));
H A Dview_unittest.cc2559 // Verifies that GetViewByID returns the correctly child view from the specified
2566 TEST_F(ViewTest, GetViewByID) {
2589 EXPECT_EQ(&v1, v1.GetViewByID(kV1ID));
2590 EXPECT_EQ(&v2, v1.GetViewByID(kV2ID));
2591 EXPECT_EQ(&v4, v1.GetViewByID(kV4ID));
2593 EXPECT_EQ(NULL, v1.GetViewByID(kV5ID)); // No V5 exists.
2594 EXPECT_EQ(NULL, v2.GetViewByID(kV1ID)); // It can get only from child views.
/external/chromium_org/ui/views/focus/
H A Dfocus_traversal_unittest.cc194 View* view = GetContentsView()->GetViewByID(id);
198 view = style_tab_->GetSelectedTab()->GetViewByID(id);
201 view = search_border_view_->GetContentsRootView()->GetViewByID(id);
/external/chromium_org/athena/home/
H A Dhome_card_unittest.cc32 GetContentsView()->GetViewByID(kHomeCardSearchBoxId)->HasFocus();
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.h575 virtual const views::View* GetViewByID(int id) const OVERRIDE;
H A Dtab_strip.cc2614 const views::View* TabStrip::GetViewByID(int view_id) const { function in class:TabStrip
2624 return View::GetViewByID(view_id);

Completed in 345 milliseconds