Home
last modified time | relevance | path

Searched refs:wp_pref (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/
Dwindow_sizer.cc40 const DictionaryValue* wp_pref = in GetPersistentState() local
44 wp_pref && in GetPersistentState()
45 wp_pref->GetInteger("top", &top) && in GetPersistentState()
46 wp_pref->GetInteger("left", &left) && in GetPersistentState()
47 wp_pref->GetInteger("bottom", &bottom) && in GetPersistentState()
48 wp_pref->GetInteger("right", &right) && in GetPersistentState()
49 wp_pref->GetBoolean("maximized", maximized); in GetPersistentState()
57 if (wp_pref) { in GetPersistentState()
58 wp_pref->GetInteger("work_area_top", &work_area_top); in GetPersistentState()
59 wp_pref->GetInteger("work_area_left", &work_area_left); in GetPersistentState()
[all …]
/external/chromium/chrome/browser/debugger/
Ddevtools_window.cc231 const DictionaryValue* wp_pref = prefs->GetDictionary(wp_key.c_str()); in CreateDevToolsBrowser() local
232 if (!wp_pref || wp_pref->empty()) { in CreateDevToolsBrowser()