HomeSort by relevance Sort by last modified time
    Searched refs:GetViewByID (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ash/system/tray/media_security/
multi_profile_media_tray_item_unittest.cc 34 system_tray->GetSystemBubble()->bubble_view()->GetViewByID(
40 widget->GetRootView()->GetViewByID(VIEW_ID_MEDIA_TRAY_VIEW);
  /external/chromium_org/chrome/browser/ui/views/accessibility/
browser_views_accessibility_browsertest.cc 187 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/
interactive_test_utils_views.cc 37 BrowserView::GetBrowserViewForBrowser(browser)->GetViewByID(vid);
48 BrowserView::GetBrowserViewForBrowser(browser)->GetViewByID(vid);
  /external/chromium_org/ash/system/tray/
system_tray_unittest.cc 463 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/
omnibox_view_views_browsertest.cc 133 browser())->GetViewByID(VIEW_ID_OMNIBOX)->GetBoundsInScreen();
188 browser())->GetViewByID(VIEW_ID_OMNIBOX)->GetBoundsInScreen();
  /external/chromium_org/ui/views/
view.h 408 virtual const View* GetViewByID(int id) const;
409 virtual View* GetViewByID(int id);
    [all...]
view.cc 610 const View* View::GetViewByID(int id) const {
615 const View* view = child_at(i)->GetViewByID(id);
622 View* View::GetViewByID(int id) {
623 return const_cast<View*>(const_cast<const View*>(this)->GetViewByID(id));
    [all...]
view_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 575 virtual const views::View* GetViewByID(int id) const OVERRIDE;
tab_strip.cc     [all...]
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 194 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/
home_card_unittest.cc 32 GetContentsView()->GetViewByID(kHomeCardSearchBoxId)->HasFocus();

Completed in 455 milliseconds