HomeSort by relevance Sort by last modified time
    Searched refs:placement_pref (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_dialog.cc 88 const DictionaryValue* placement_pref = variable
92 if (placement_pref &&
93 placement_pref->GetInteger("width", &width) &&
94 placement_pref->GetInteger("height", &height)) {
131 DictionaryValue* placement_pref = update.Get(); variable
132 placement_pref->SetInteger("width", dialog_size.width());
133 placement_pref->SetInteger("height", dialog_size.height());
  /external/chromium/chrome/browser/ui/gtk/
task_manager_gtk.cc 549 const DictionaryValue* placement_pref = local
553 if (placement_pref &&
554 placement_pref->GetInteger("top", &top) &&
555 placement_pref->GetInteger("left", &left) &&
556 placement_pref->GetInteger("bottom", &bottom) &&
557 placement_pref->GetInteger("right", &right)) {
869 DictionaryValue* placement_pref = update.Get(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
task_manager_gtk.cc 531 const DictionaryValue* placement_pref = local
535 if (placement_pref &&
536 placement_pref->GetInteger("top", &top) &&
537 placement_pref->GetInteger("left", &left) &&
538 placement_pref->GetInteger("bottom", &bottom) &&
539 placement_pref->GetInteger("right", &right)) {
816 DictionaryValue* placement_pref = update.Get() local
    [all...]

Completed in 34 milliseconds