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

  /external/chromium_org/ui/views/focus/
view_storage.h 41 View* RetrieveView(int storage_id);
external_focus_tracker.cc 46 view_storage_->RetrieveView(last_focused_view_storage_id_);
view_storage.cc 55 View* ViewStorage::RetrieveView(int storage_id) {
focus_manager.cc 427 return view_storage->RetrieveView(stored_focused_view_storage_id_);
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 48 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
98 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
111 view_storage->RetrieveView(last_focused_view_storage_id_);
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.cc 53 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
182 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
199 view_storage->RetrieveView(last_focused_view_storage_id_);
tab_contents_view_views.cc 55 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
169 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
186 view_storage->RetrieveView(last_focused_view_storage_id_);
tab_contents_view_gtk.cc 120 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
298 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
315 view_storage->RetrieveView(last_focused_view_storage_id_);
  /external/chromium/chrome/browser/ui/views/
accessible_pane_view.cc 117 view_storage->RetrieveView(last_focused_view_storage_id_);
  /external/chromium_org/ui/views/
accessible_pane_view.cc 173 View* last_focused_view = ViewStorage::GetInstance()->RetrieveView(
view_unittest.cc 891 EXPECT_EQ(NULL, vs->RetrieveView(s211));
897 EXPECT_EQ(NULL, vs->RetrieveView(s113));
898 EXPECT_EQ(NULL, vs->RetrieveView(s1131));
903 EXPECT_EQ(NULL, vs->RetrieveView(s1));
904 EXPECT_EQ(NULL, vs->RetrieveView(s11));
905 EXPECT_EQ(NULL, vs->RetrieveView(s12));
906 EXPECT_EQ(NULL, vs->RetrieveView(s111));
907 EXPECT_EQ(NULL, vs->RetrieveView(s112));
917 EXPECT_EQ(NULL, vs->RetrieveView(s1));
918 EXPECT_EQ(NULL, vs->RetrieveView(s12))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.cc 149 views::View* view = view_storage->RetrieveView(view_storage_id);
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 377 child_view = view_storage->RetrieveView(view_storage_id);
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 875 if (view_storage->RetrieveView(last_focused_view_storage_id_))
    [all...]

Completed in 233 milliseconds