HomeSort by relevance Sort by last modified time
    Searched full:pref (Results 351 - 375 of 1229) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/
browser_init_browsertest.cc 118 // No pref was set, so the app should have opened in a window.
138 // Set a pref indicating that the user wants to open this app in a window.
146 // Pref was set to open in a window, so the app should have opened in a
168 // Set a pref indicating that the user wants to open this app in a window.
176 // When an app shortcut is open and the pref indicates a tab should
  /external/chromium_org/chrome/browser/prefs/
pref_functional_browsertest.cc 63 // Set pref to download in new_download_dir.
139 // Verify DNS prefetching pref.
208 const PrefService::Preference* pref = local
210 if (pref && !pref->IsManaged()) {
  /external/chromium_org/ui/views/controls/
single_split_view.cc 75 gfx::Size pref = view->GetPreferredSize(); local
77 width += pref.width();
78 height = std::max(height, pref.height());
80 width = std::max(width, pref.width());
81 height += pref.height();
  /external/iproute2/doc/actions/
ifb-README 50 $TC filter add dev ifb0 protocol ip pref 1 parent 1: handle 1 fw classid 1:1
51 $TC filter add dev ifb0 protocol ip pref 2 parent 1: handle 2 fw classid 1:2
86 filter protocol ip pref 10 u32
87 filter protocol ip pref 10 u32 fh 800: ht divisor 1
88 filter protocol ip pref 10 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:1
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 1695 gfx::Size pref = submenu->GetScrollViewContainer()->GetPreferredSize(); local
1877 gfx::Size pref = submenu->GetScrollViewContainer()->GetPreferredSize(); local
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_preference_unittest.cc 322 const PrefService::Preference* pref = local
325 EXPECT_TRUE(pref_sync_service_->CreatePrefSyncData(pref->name(),
326 *pref->GetValue(), &sync_data));
333 EXPECT_TRUE(pref->GetValue()->Equals(value.get()));
337 const PrefService::Preference* pref = local
339 EXPECT_TRUE(pref->IsDefaultValue());
344 EXPECT_TRUE(pref->IsDefaultValue());
433 // Expect that the new preference data contains the old pref's values.
615 const PrefService::Preference* pref = local
617 EXPECT_TRUE(pref->IsDefaultValue())
873 const PrefService::Preference* pref = local
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_service.h 90 // At startup, prefs needs to be called with a list of all the pref names and
121 // Save any unsent logs into a persistent store in a pref. We always do this
208 // Save the pending_log_text_ persistently in a pref for transmission when we
241 // Decode and verify written pref log data.
296 // in node. The pref key for the number of bookmarks in num_bookmarks_key and
297 // the pref key for number of folders in num_folders_key.
318 void RecordPluginChanges(PrefService* pref);
322 void RecordCurrentState(PrefService* pref);
386 // Unsent logs are gathered at shutdown, and save in a persistent pref, one
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer_unittest.cc 162 const PrefServiceSyncable::Preference* pref = local
164 ASSERT_TRUE(pref);
165 EXPECT_TRUE(pref->HasUserSetting());
166 const base::Value* value = pref->GetValue();
187 const PrefServiceSyncable::Preference* pref = local
189 ASSERT_TRUE(pref);
190 EXPECT_TRUE(pref->IsRecommended());
191 EXPECT_FALSE(pref->HasUserSetting());
192 const base::Value* value = pref->GetValue();
configuration_policy_handler_chromeos.h 72 // The name of the pref to apply the policy to.
78 // Maps the PinnedLauncherApps policy to the corresponding pref.
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 227 Preference pref = addServiceSetting(prefs, setting); local
228 mSettings.add(new Setting(setting, pref));
250 Preference pref = new Preference(mContext); local
251 pref.setTitle(info.title);
252 pref.setSummary(R.string.location_loading_injected_setting);
255 pref.setIcon(icon);
259 pref.setIntent(settingIntent);
261 prefs.add(pref);
262 return pref;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 141 pref = prefix
143 pref = ''
151 ofile.write(pref + line)
171 pref = prefix
173 pref = ''
178 ofile.write(pref + line)
183 ofile.write(pref + line)
201 if line and is_base64 and not pref:
205 ofile.write(pref + line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 141 pref = prefix
143 pref = ''
151 ofile.write(pref + line)
171 pref = prefix
173 pref = ''
178 ofile.write(pref + line)
183 ofile.write(pref + line)
201 if line and is_base64 and not pref:
205 ofile.write(pref + line)
  /external/chromium/chrome/browser/extensions/
extension_prefs.h 62 // if no user pref were set. Update this constant to change
151 // pref, the returned Time will return true for is_null().
300 // words, this is not a pref value *about* the extension but something
339 // Converts absolute paths in the pref to paths relative to the
347 // Sets the pref |key| for extension |id| to |value|.
352 // Deletes the pref dictionary for extension |id|.
355 // Reads a boolean pref from |ext| with key |pref_key|.
360 // Reads a boolean pref |pref_key| from extension with id |extension_id|.
364 // Reads an integer pref from |ext| with key |pref_key|.
370 // Reads an integer pref |pref_key| from extension with id |extension_id|
    [all...]
extension_tabs_apitest.cc 44 // is that of the new tab page. Make sure the pref that controls
143 // This makes sure that creating an incognito window fails due to pref
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.cc 229 const PrefService::Preference* pref = local
231 DCHECK(pref);
238 if (!pref->IsUserModifiable() || pref->HasUserSetting()) {
239 if (pref->IsManaged())
241 else if (pref->IsExtensionControlled())
  /external/qemu/telephony/
remote_call.c 103 struct RemoteCallRec** pref; member in struct:RemoteCallRec
125 call->pref[0] = call->next;
127 call->pref = &call->next;
166 rcall->pref = &rcall->next;
262 call->pref = plist;
265 first->pref = &call->next;
  /packages/apps/Email/src/com/android/email/activity/setup/
MailboxSettings.java 204 * @param pref a ListPreference to be set up
209 final ListPreference pref, final int maxLookback, final boolean showWithDefault) {
233 pref.setEntries(entries);
234 pref.setEntryValues(values);
235 pref.setSummary(pref.getEntry());
  /external/chromium_org/base/prefs/
pref_value_store_unittest.cc 22 // Allows to capture pref notifications through gmock.
39 const char kManagedPref[] = "this.pref.managed";
40 const char kSupervisedUserPref[] = "this.pref.supervised_user";
41 const char kCommandLinePref[] = "this.pref.command_line";
42 const char kExtensionPref[] = "this.pref.extension";
43 const char kUserPref[] = "this.pref.user";
44 const char kRecommendedPref[] = "this.pref.recommended";
45 const char kDefaultPref[] = "this.pref.default";
46 const char kMissingPref[] = "this.pref.does_not_exist";
405 // Check pref controlled by highest-priority store
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc 26 // Base pref path of the prefs that contain the managed default content
225 // If a pref to manage a default-content-setting was not set (NOTICE:
226 // "HasPrefPath" returns false if no value was set for a registered pref) then
229 // This indicates that no managed value is set. If a pref was set, than it
340 const PrefService::Preference* pref = prefs->FindPreference(pref_name); local
341 DCHECK(pref->IsManaged());
342 DCHECK_EQ(Value::TYPE_LIST, pref->GetType());
345 static_cast<const ListValue*>(pref->GetValue());
content_settings_pref_provider.h 9 // A content settings provider that takes its settings out of the pref service.
76 // Copies of the pref data, so that we can read it on the IO thread.
  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.h 118 // The pref service that controls the refresh rate.
121 // Tracks the pref value for the policy refresh rate.
  /external/chromium/chrome/browser/resources/options/chromeos/
accounts_options.js 57 $('useWhitelistCheck').pref,
101 * handler for allow guest pref change.
  /external/chromium/chrome/browser/sync/glue/
preference_model_associator.h 53 const PrefService::Preference* pref);
105 // Writes the value of pref into the specified node. Returns true
  /external/chromium_org/android_webview/native/
aw_autofill_manager_delegate.h 45 // a profile). Since there is only one pref service for a given browser
47 // keep the feature enabled at the pref service, and control it via
  /external/chromium_org/chrome/browser/extensions/
test_extension_system.cc 63 // the extension controlled pref values set in ExtensionPrefs
64 // are not reflected in the pref service. One would need to

Completed in 1245 milliseconds

<<11121314151617181920>>