Searched refs:RetrieveView (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/tab_contents/ |
D | chrome_web_contents_view_delegate_views.cc | 47 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in ~ChromeWebContentsViewDelegateViews() 97 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in StoreFocus() 110 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | tab_contents_view_touch.cc | 53 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in ~TabContentsViewTouch() 182 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in StoreFocus() 199 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()
|
D | tab_contents_view_views.cc | 55 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in ~TabContentsViewViews() 169 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in StoreFocus() 186 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()
|
D | tab_contents_view_gtk.cc | 120 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in ~TabContentsViewGtk() 298 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL) in StoreFocus() 315 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreFocus()
|
/external/chromium_org/ui/views/focus/ |
D | view_storage.h | 41 View* RetrieveView(int storage_id);
|
D | external_focus_tracker.cc | 46 view_storage_->RetrieveView(last_focused_view_storage_id_); in FocusLastFocusedExternalView()
|
D | view_storage.cc | 55 View* ViewStorage::RetrieveView(int storage_id) { in RetrieveView() function in views::ViewStorage
|
D | focus_manager.cc | 433 return view_storage->RetrieveView(stored_focused_view_storage_id_); in GetStoredFocusView()
|
/external/chromium_org/ui/views/bubble/ |
D | bubble_delegate.cc | 186 return ViewStorage::GetInstance()->RetrieveView(anchor_view_storage_id_); in GetAnchorView() 296 if (view_storage->RetrieveView(anchor_view_storage_id_)) in SetAnchorView()
|
/external/chromium_org/ui/views/ |
D | view_unittest.cc | 900 EXPECT_EQ(NULL, vs->RetrieveView(s211)); in TEST_F() 906 EXPECT_EQ(NULL, vs->RetrieveView(s113)); in TEST_F() 907 EXPECT_EQ(NULL, vs->RetrieveView(s1131)); in TEST_F() 912 EXPECT_EQ(NULL, vs->RetrieveView(s1)); in TEST_F() 913 EXPECT_EQ(NULL, vs->RetrieveView(s11)); in TEST_F() 914 EXPECT_EQ(NULL, vs->RetrieveView(s12)); in TEST_F() 915 EXPECT_EQ(NULL, vs->RetrieveView(s111)); in TEST_F() 916 EXPECT_EQ(NULL, vs->RetrieveView(s112)); in TEST_F() 926 EXPECT_EQ(NULL, vs->RetrieveView(s1)); in TEST_F() 927 EXPECT_EQ(NULL, vs->RetrieveView(s12)); in TEST_F() [all …]
|
D | accessible_pane_view.cc | 173 View* last_focused_view = ViewStorage::GetInstance()->RetrieveView( in AcceleratorPressed()
|
/external/chromium/chrome/browser/ui/views/ |
D | accessible_pane_view.cc | 117 view_storage->RetrieveView(last_focused_view_storage_id_); in RestoreLastFocusedView()
|
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
D | accessibility_event_router_views.cc | 124 views::View* view = view_storage->RetrieveView(view_storage_id); in DispatchEventOnViewStorageId()
|
/external/chromium_org/ui/views/accessibility/ |
D | native_view_accessibility_win.cc | 512 child_view = view_storage->RetrieveView(view_storage_id); in get_accChild()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 875 if (view_storage->RetrieveView(last_focused_view_storage_id_)) in SaveFocusedView()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_drag_controller.cc | 852 views::ViewStorage::GetInstance()->RetrieveView( in RestoreFocus()
|
/external/chromium_org/ui/views/controls/menu/ |
D | menu_controller.cc | 2290 return ViewStorage::GetInstance()->RetrieveView(active_mouse_view_id_); in GetActiveMouseView()
|