OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wp_pref
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/
window_sizer.cc
40
const DictionaryValue*
wp_pref
=
local
44
wp_pref
&&
45
wp_pref
->GetInteger("top", &top) &&
46
wp_pref
->GetInteger("left", &left) &&
47
wp_pref
->GetInteger("bottom", &bottom) &&
48
wp_pref
->GetInteger("right", &right) &&
49
wp_pref
->GetBoolean("maximized", maximized);
57
if (
wp_pref
) {
58
wp_pref
->GetInteger("work_area_top", &work_area_top);
59
wp_pref
->GetInteger("work_area_left", &work_area_left)
[
all
...]
/external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc
55
const DictionaryValue*
wp_pref
=
variable
59
bool has_prefs =
wp_pref
&&
60
wp_pref
->GetInteger("top", &top) &&
61
wp_pref
->GetInteger("left", &left) &&
62
wp_pref
->GetInteger("bottom", &bottom) &&
63
wp_pref
->GetInteger("right", &right) &&
64
wp_pref
->GetBoolean("maximized", &maximized);
72
if (
wp_pref
) {
73
wp_pref
->GetInteger("work_area_top", &work_area_top);
74
wp_pref
->GetInteger("work_area_left", &work_area_left)
[
all
...]
/external/chromium/chrome/browser/debugger/
devtools_window.cc
231
const DictionaryValue*
wp_pref
= prefs->GetDictionary(wp_key.c_str());
local
232
if (!
wp_pref
||
wp_pref
->empty()) {
/external/chromium_org/chrome/browser/devtools/
devtools_window.cc
1336
const DictionaryValue*
wp_pref
= prefs->GetDictionary(wp_key.c_str());
local
[
all
...]
Completed in 120 milliseconds