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

  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 401 prefs::kCloudPrintDialogHeight, size.height());
541 if (!pref_service->FindPreference(prefs::kCloudPrintDialogHeight)) {
542 pref_service->RegisterIntegerPref(prefs::kCloudPrintDialogHeight,
547 int height = pref_service->GetInteger(prefs::kCloudPrintDialogHeight);
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc 453 profile->GetPrefs()->SetInteger(prefs::kCloudPrintDialogHeight,
520 *height = prefs->GetInteger(prefs::kCloudPrintDialogHeight);
698 prefs::kCloudPrintDialogHeight,
  /external/chromium/chrome/common/
pref_names.cc     [all...]
pref_names.h 443 extern const char kCloudPrintDialogHeight[];
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]
pref_names.h 716 extern const char kCloudPrintDialogHeight[];
    [all...]

Completed in 69 milliseconds