Searched refs:wp_pref (Results 1 – 2 of 2) sorted by relevance
40 const DictionaryValue* wp_pref = in GetPersistentState() local44 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 …]
231 const DictionaryValue* wp_pref = prefs->GetDictionary(wp_key.c_str()); in CreateDevToolsBrowser() local232 if (!wp_pref || wp_pref->empty()) { in CreateDevToolsBrowser()