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

  /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...]

Completed in 25 milliseconds