OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShellWindowGeometryCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/apps/
shell_window_geometry_cache.h
36
class
ShellWindowGeometryCache
42
static
ShellWindowGeometryCache
* GetForContext(
71
ShellWindowGeometryCache
(Profile* profile,
74
virtual ~
ShellWindowGeometryCache
();
77
static
ShellWindowGeometryCache
* Get(content::BrowserContext* context);
145
base::OneShotTimer<
ShellWindowGeometryCache
> sync_timer_;
shell_window_geometry_cache.cc
30
ShellWindowGeometryCache
::
ShellWindowGeometryCache
(
40
ShellWindowGeometryCache
::~
ShellWindowGeometryCache
() {
44
ShellWindowGeometryCache
*
ShellWindowGeometryCache
::Get(
49
void
ShellWindowGeometryCache
::SaveGeometry(
97
&
ShellWindowGeometryCache
::SyncToStorage);
100
void
ShellWindowGeometryCache
::SyncToStorage() {
140
bool
ShellWindowGeometryCache
::GetGeometry
[
all
...]
Completed in 502 milliseconds