OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:view_storage_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/focus/
external_focus_tracker.cc
18
view_storage_
= ViewStorage::GetInstance();
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
64
// ID of the last focused view, which we store in
view_storage_
.
69
ViewStorage*
view_storage_
;
member in class:views::ExternalFocusTracker
Completed in 278 milliseconds