Home | History | Annotate | Download | only in gtk

Lines Matching full:placement_pref

549     const DictionaryValue* placement_pref =
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();
872 placement_pref->SetInteger("left", dialog_bounds.x());
873 placement_pref->SetInteger("top", dialog_bounds.y());
874 placement_pref->SetInteger("right", dialog_bounds.right());
875 placement_pref->SetInteger("bottom", dialog_bounds.bottom());
876 placement_pref->SetBoolean("maximized", false);