/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 | 433 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 | 47 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) 97 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) 110 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_org/ui/views/bubble/ |
bubble_delegate.cc | 186 return ViewStorage::GetInstance()->RetrieveView(anchor_view_storage_id_); 296 if (view_storage->RetrieveView(anchor_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 | 900 EXPECT_EQ(NULL, vs->RetrieveView(s211)); 906 EXPECT_EQ(NULL, vs->RetrieveView(s113)); 907 EXPECT_EQ(NULL, vs->RetrieveView(s1131)); 912 EXPECT_EQ(NULL, vs->RetrieveView(s1)); 913 EXPECT_EQ(NULL, vs->RetrieveView(s11)); 914 EXPECT_EQ(NULL, vs->RetrieveView(s12)); 915 EXPECT_EQ(NULL, vs->RetrieveView(s111)); 916 EXPECT_EQ(NULL, vs->RetrieveView(s112)); 926 EXPECT_EQ(NULL, vs->RetrieveView(s1)); 927 EXPECT_EQ(NULL, vs->RetrieveView(s12)) [all...] |
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
accessibility_event_router_views.cc | 124 views::View* view = view_storage->RetrieveView(view_storage_id);
|
/external/chromium_org/ui/views/accessibility/ |
native_view_accessibility_win.cc | 512 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...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller.cc | 852 views::ViewStorage::GetInstance()->RetrieveView( [all...] |
/external/chromium_org/ui/views/controls/menu/ |
menu_controller.cc | [all...] |