OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stored_window
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/apps/
shell_window_geometry_cache.cc
238
const base::DictionaryValue*
stored_window
;
local
239
if (it.value().GetAsDictionary(&
stored_window
)) {
243
if (
stored_window
->GetInteger("x", &i))
245
if (
stored_window
->GetInteger("y", &i))
247
if (
stored_window
->GetInteger("w", &i))
249
if (
stored_window
->GetInteger("h", &i))
251
if (
stored_window
->GetInteger("screen_bounds_x", &i))
253
if (
stored_window
->GetInteger("screen_bounds_y", &i))
255
if (
stored_window
->GetInteger("screen_bounds_w", &i))
257
if (
stored_window
->GetInteger("screen_bounds_h", &i)
[
all
...]
Completed in 553 milliseconds