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

  /external/chromium_org/ui/views/focus/
external_focus_tracker.cc 19 last_focused_view_storage_id_ = view_storage_->CreateStorageID();
26 view_storage_->RemoveView(last_focused_view_storage_id_);
46 view_storage_->RetrieveView(last_focused_view_storage_id_);
60 view_storage_->RemoveView(last_focused_view_storage_id_);
64 view_storage_->StoreView(last_focused_view_storage_id_, view);
external_focus_tracker.h 65 int last_focused_view_storage_id_; member in class:views::ExternalFocusTracker
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 33 last_focused_view_storage_id_ =
43 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
44 view_storage->RemoveView(last_focused_view_storage_id_);
82 if (view_storage->RetrieveView(last_focused_view_storage_id_) != NULL)
83 view_storage->RemoveView(last_focused_view_storage_id_);
89 view_storage->StoreView(last_focused_view_storage_id_, focused_view);
95 view_storage->RetrieveView(last_focused_view_storage_id_);
111 view_storage->RemoveView(last_focused_view_storage_id_);
chrome_web_contents_view_delegate_views.h 74 int last_focused_view_storage_id_; member in class:ChromeWebContentsViewDelegateViews
  /external/chromium_org/ui/views/
accessible_pane_view.cc 54 last_focused_view_storage_id_ = ViewStorage::GetInstance()->CreateStorageID();
73 view_storage->RemoveView(last_focused_view_storage_id_);
74 view_storage->StoreView(last_focused_view_storage_id_, focused_view);
174 last_focused_view_storage_id_);
accessible_pane_view.h 121 int last_focused_view_storage_id_; member in class:views::AccessiblePaneView
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 577 int last_focused_view_storage_id_; member in class:BrowserView
browser_view.cc 385 last_focused_view_storage_id_(
    [all...]

Completed in 216 milliseconds