OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preference
(Results
476 - 500
of
2308
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/extensions/
extension_preference_api.h
48
// Converts the representation of a
preference
as seen by the extension
56
// Converts the representation of the
preference
as stored in the browser
/external/chromium/chrome/browser/
plugin_updater.h
42
// Enable or disable plugin groups as defined by the user's
preference
file.
45
// Write the enable/disable status to the user's
preference
file.
/external/chromium/chrome/browser/prefs/
testing_pref_store.h
17
// |TestingPrefStore| is a
preference
store implementation that allows tests to
67
// Stores the
preference
values.
/external/chromium_org/base/prefs/
testing_pref_store.h
16
// |TestingPrefStore| is a
preference
store implementation that allows tests to
69
// Stores the
preference
values.
/external/chromium_org/chrome/browser/
do_not_track_browsertest.cc
19
// Check that the DNT header is sent when the corresponding
preference
is set.
59
// Check that the DOM property is set when the corresponding
preference
is set.
/external/chromium_org/chrome/browser/download/
download_prefs.h
50
// Returns true if the prompt_for_download
preference
has been set and the
55
// Returns true if the download path
preference
is managed.
/external/chromium_org/chrome/browser/extensions/api/font_settings/
font_settings_api.cc
18
#include "chrome/browser/extensions/api/
preference
/preference_api.h"
19
#include "chrome/browser/extensions/api/
preference
/preference_helpers.h"
52
// Format for font name
preference
paths.
55
// Gets the font name
preference
path for |generic_family| and |script|. If
158
const PrefService::
Preference
* pref = registrar_.prefs()->FindPreference(
189
const PrefService::
Preference
* pref = registrar_.prefs()->FindPreference(
253
const PrefService::
Preference
* pref =
358
const PrefService::
Preference
* pref = prefs->FindPreference(GetPrefName());
/external/chromium_org/chrome/browser/notifications/
welcome_notification_unittest.cc
308
// Show a Chrome Now notification and dismiss it via a synced
preference
change.
331
// Simulate a delayed
preference
sync when the welcome notification was
334
// Show a notification while the
preference
system is not syncing.
352
// Now start the
preference
syncing with a previously dismissed welcome.
372
// Simulate a delayed
preference
sync when the welcome notification was
375
// Show a notification while the
preference
system is not syncing.
393
// Now start the
preference
syncing with the default
preference
values.
/external/chromium_org/chrome/browser/profiles/
incognito_mode_policy_handler_unittest.cc
15
// Tests Incognito mode availability
preference
setting.
87
// the IncognitoModeAvailability
preference
only in case
/external/stressapptest/src/
queue.h
32
// Tag indicating no
preference
.
34
// Tag indicating no
preference
.
/frameworks/base/docs/html/google/play-services/
id.jd
71
<strong style="white-space:nowrap">ad tracking
preference
</strong>. When the
72
user opts-out of targeted ads, this ad tracking
preference
is made available
77
user's ad tracking
preference
. Also please note that any use of the advertising ID
99
<h3 id="obtaining">Obtaining the user's advertising ID and ad tracking
preference
</h3>
112
Play Services library. To obtain the user's advertising ID and tracking
preference
,
119
and tracking
preference
.
135
ad tracking
preference
.
167
tracking
preference
in your app:
/packages/apps/Camera/src/com/android/camera/ui/
InLineSettingCheckBox.java
53
public void initialize(ListPreference
preference
) {
54
super.initialize(
preference
);
InLineSettingMenu.java
45
public void initialize(ListPreference
preference
) {
46
super.initialize(
preference
);
/packages/apps/Camera2/src/com/android/camera/ui/
InLineSettingCheckBox.java
52
public void initialize(ListPreference
preference
) {
53
super.initialize(
preference
);
InLineSettingMenu.java
45
public void initialize(ListPreference
preference
) {
46
super.initialize(
preference
);
/packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferenceActivity.java
17
package com.android.contacts.
preference
;
23
import android.
preference
.PreferenceActivity;
/packages/apps/DeskClock/src/com/android/deskclock/
SnoozeLengthDialog.java
7
import android.
preference
.DialogPreference;
14
* A dialog
preference
that shows a number picker for selecting snooze length
/packages/apps/LegacyCamera/src/com/android/camera/ui/
InLineSettingSwitch.java
53
public void initialize(ListPreference
preference
) {
54
super.initialize(
preference
);
/packages/apps/Settings/res/layout/
preference_icon.xml
17
<!-- Layout for a
Preference
in a PreferenceActivity. The
18
Preference
is able to place a specific widget for its particular
/packages/services/Telephony/src/com/android/phone/
EditPinPreference.java
21
import android.
preference
.EditTextPreference;
41
void onPinEntered(EditPinPreference
preference
, boolean positiveResult);
MultiLineTitleEditTextPreference.java
20
import android.
preference
.EditTextPreference;
43
* isn't valid XML syntax due to the "$" character. And
Preference
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/preferences/
NdkPreferencePage.java
23
import org.eclipse.jface.
preference
.DirectoryFieldEditor;
24
import org.eclipse.jface.
preference
.FieldEditorPreferencePage;
/external/chromium_org/chrome/browser/sync/
profile_sync_service_preference_unittest.cc
196
// we can't get the
preference
count.
210
const PrefService::
Preference
*
preference
=
local
212
return *
preference
->GetValue();
226
node.GetEntitySpecifics().
preference
());
259
// Returns whether a given
preference
name is a new name of a migrated
260
//
preference
. Exposed here for testing.
322
const PrefService::
Preference
* pref =
329
preference
());
337
const PrefService::
Preference
* pref
[
all
...]
/external/chromium/chrome/browser/sync/
profile_sync_service_preference_unittest.cc
80
// Register the
preference
data type.
104
const PrefService::
Preference
*
preference
=
local
106
return *
preference
->GetValue();
223
const PrefService::
Preference
* pref =
242
const PrefService::
Preference
* pref =
331
const PrefService::
Preference
* pref =
410
int64 node_id = SetSyncedValue("unknown
preference
", *expected);
421
// of an unknown
preference
. We just should not crash.
425
// Make the homepage
preference
managed
[
all
...]
/packages/apps/Settings/src/com/android/settings/users/
UserSettings.java
48
import android.
preference
.
Preference
;
49
import android.
preference
.
Preference
.OnPreferenceClickListener;
50
import android.
preference
.PreferenceActivity;
51
import android.
preference
.PreferenceGroup;
74
Preference
.OnPreferenceChangeListener {
124
private
Preference
mMePreference;
126
private
Preference
mAddUser;
617
Preference
pref
[
all
...]
Completed in 1759 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>