OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preferences
(Results
226 - 250
of
921
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Browser/src/com/android/browser/preferences/
AccessibilityPreferencesFragment.java
17
package com.android.browser.
preferences
;
99
// We aren't attached, so don't accept
preferences
changes from the
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
SearchableItemsController.java
16
package com.android.quicksearchbox.
preferences
;
100
* Adds a suggestion source to the list of suggestion source checkbox
preferences
.
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothPreferences.java
24
* LocalBluetoothPreferences provides an interface to the
preferences
124
// Load the shared
preferences
and edit it on a background
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidatesViewManager.java
103
* Reflect the
preferences
in the candidates view.
105
* @param pref The
preferences
/sdk/ddms/app/
README
35
- Open
Preferences
> Java > Build Path > User Libraries
61
- Open
Preferences
> Java > Build Path > Classpath Variables
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java
17
package com.android.ide.eclipse.ddms.
preferences
;
48
* GUI blocks needed to manipulate various types of
preferences
. Each field
/sdk/swtmenubar/
README
8
and to hook into the default
Preferences
menu item.
47
- Open
Preferences
> Java > Build Path > Classpath Variables
/external/chromium/chrome/browser/extensions/
extension_prefs.cc
23
// Additional
preferences
keys
47
// object stored in the
Preferences
file. The extensions are stored by ID.
102
//
Preferences
that hold which permissions the user has granted the extension.
113
// A preference that contains any extension-controlled
preferences
.
114
const char kPrefPreferences[] = "
preferences
";
151
DictionaryValue*
preferences
= NULL;
local
153
if (!dict->GetDictionary(key, &
preferences
)) {
154
preferences
= new DictionaryValue;
155
dict->Set(key,
preferences
);
157
return
preferences
;
1408
DictionaryValue*
preferences
= NULL;
local
[
all
...]
extension_proxy_apitest.cc
180
// Now check the incognito
preferences
.
206
// Now check the incognito
preferences
.
239
// Now check the incognito
preferences
.
280
// Now check the incognito
preferences
.
/development/samples/ApiDemos/res/xml/
default_values.xml
17
<!-- This is a primitive example showing how to set default values for
preferences
.
device_admin_expiration.xml
17
<!-- A set of
preferences
used to exercise the DevicePolicyManager API. -->
device_admin_headers.xml
17
<!-- Headers for a set of
preferences
used to exercise the DevicePolicyManager API. -->
device_admin_lock_wipe.xml
17
<!-- A set of
preferences
used to exercise the DevicePolicyManager API. -->
/development/samples/ApiDemos/src/com/example/android/apis/preference/
DefaultValues.java
32
* {@link SharedPreferences} (from the
preferences
XML file), the client must
/external/chromium/chrome/browser/download/
download_prefs.h
16
// Stores all download-related
preferences
.
/external/chromium/chrome/browser/policy/
managed_prefs_banner_base.h
24
// Initialize the banner with a set of
preferences
suitable for the given
profile_policy_connector.h
61
//
preferences
.
/external/chromium/chrome/browser/resources/chromeos/
proxy_settings.html
21
<script src="../options/
preferences
.js"></script>
/external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details_view_controller.h
15
// show cookies preference sheet of content settings
preferences
.
/external/chromium/chrome/common/
json_pref_store.cc
19
// Some extensions we'll tack on to copies of the
Preferences
files.
107
// empty
preferences
. This will result in them losing their settings.
236
// Start async reading of the
preferences
file. It will delete itself
299
// TODO(tc): Do we want to prune webkit
preferences
that match the default
pref_store.h
20
// CommandLinePrefStore, which bridges command line options to
preferences
and
/external/qemu/android/
user-config.h
22
* add more AVD-specific
preferences
here in the future.
/external/webkit/Source/WebCore/manual-tests/
secure-keyboard-enabled-after-submit.html
10
1) Use System
Preferences
> International > Input Menu to enable a non-Roman
/external/webkit/Source/WebKit/chromium/public/linux/
WebFontRendering.h
42
// Set global font renderering
preferences
.
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKPageGroup.cpp
58
return toAPI(toImpl(pageGroupRef)->
preferences
());
Completed in 327 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>