OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:view_storage
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.cc
24
#include "views/focus/
view_storage
.h"
52
views::ViewStorage*
view_storage
= views::ViewStorage::GetInstance();
local
53
if (
view_storage
->RetrieveView(last_focused_view_storage_id_) != NULL)
54
view_storage
->RemoveView(last_focused_view_storage_id_);
180
views::ViewStorage*
view_storage
= views::ViewStorage::GetInstance();
local
182
if (
view_storage
->RetrieveView(last_focused_view_storage_id_) != NULL)
183
view_storage
->RemoveView(last_focused_view_storage_id_);
192
view_storage
->StoreView(last_focused_view_storage_id_, focused_view);
197
views::ViewStorage*
view_storage
= views::ViewStorage::GetInstance();
local
199
view_storage
->RetrieveView(last_focused_view_storage_id_)
[
all
...]
tab_contents_view_views.cc
23
#include "views/focus/
view_storage
.h"
54
views::ViewStorage*
view_storage
= views::ViewStorage::GetInstance();
local
55
if (
view_storage
->RetrieveView(last_focused_view_storage_id_) != NULL)
56
view_storage
->RemoveView(last_focused_view_storage_id_);
167
views::ViewStorage*
view_storage
= views::ViewStorage::GetInstance();
local
169
if (
view_storage
->RetrieveView(last_focused_view_storage_id_) != NULL)
170
view_storage
->RemoveView(last_focused_view_storage_id_);
179
view_storage
->StoreView(last_focused_view_storage_id_, focused_view);
184
views::ViewStorage*
view_storage
= views::ViewStorage::GetInstance();
local
186
view_storage
->RetrieveView(last_focused_view_storage_id_)
[
all
...]
tab_contents_view_gtk.cc
30
#include "views/focus/
view_storage
.h"
119
views::ViewStorage*
view_storage
= views::ViewStorage::GetInstance();
local
120
if (
view_storage
->RetrieveView(last_focused_view_storage_id_) != NULL)
121
view_storage
->RemoveView(last_focused_view_storage_id_);
296
views::ViewStorage*
view_storage
= views::ViewStorage::GetInstance();
local
298
if (
view_storage
->RetrieveView(last_focused_view_storage_id_) != NULL)
299
view_storage
->RemoveView(last_focused_view_storage_id_);
308
view_storage
->StoreView(last_focused_view_storage_id_, focused_view);
313
views::ViewStorage*
view_storage
= views::ViewStorage::GetInstance();
local
315
view_storage
->RetrieveView(last_focused_view_storage_id_)
[
all
...]
/external/chromium/chrome/browser/ui/views/
accessible_pane_view.cc
14
#include "views/focus/
view_storage
.h"
115
views::ViewStorage*
view_storage
= views::ViewStorage::GetInstance();
local
117
view_storage
->RetrieveView(last_focused_view_storage_id_);
/external/chromium/chrome/browser/ui/views/frame/
browser_view.cc
88
#include "views/focus/
view_storage
.h"
874
views::ViewStorage*
view_storage
= views::ViewStorage::GetInstance();
local
875
if (
view_storage
->RetrieveView(last_focused_view_storage_id_))
876
view_storage
->RemoveView(last_focused_view_storage_id_);
879
view_storage
->StoreView(last_focused_view_storage_id_, focused_view);
[
all
...]
Completed in 7184 milliseconds