OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Setting
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Settings.js
55
this._registry = /** @type {!Object.<string, !WebInspector.
Setting
>} */ ({});
127
* @return {!WebInspector.
Setting
}
132
this._registry[key] = new WebInspector.
Setting
(key, defaultValue, this._eventSupport, window.localStorage);
140
* @return {!WebInspector.
Setting
}
157
WebInspector.
Setting
= function(name, defaultValue, eventSupport, storage)
165
WebInspector.
Setting
.prototype = {
212
console.error("Error saving
setting
with name:" + this._name);
221
* @extends {WebInspector.
Setting
}
230
WebInspector.
Setting
.call(this, name, defaultValue, eventSupport, storage);
247
WebInspector.log("Error applying
setting
" + this._name + ": " + error)
[
all
...]
/external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.h
66
// - the read/write access of a proxy
setting
89
struct
Setting
{
90
Setting
() : source(SOURCE_NONE) {}
96
// Proxy
setting
for mode = direct or auto-detect or using pac script.
97
struct AutomaticProxy : public
Setting
{
101
// Proxy
setting
for mode = single-proxy or proxy-per-scheme.
102
struct ManualProxy : public
Setting
{
237
// True if there's a pending operation to store proxy
setting
to device.
254
// Operations to retrieve and store proxy
setting
from and to device
/packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java
65
* If reading the status of a
setting
takes longer than this, we go ahead and start reading
66
* the next
setting
.
91
private final Set<
Setting
> mSettings;
97
mSettings = new HashSet<
Setting
>();
104
* expected
setting
metadata.
122
InjectedSetting
setting
= parseServiceInfo(resolveInfo, pm);
local
123
if (
setting
== null) {
126
settings.add(
setting
);
155
Log.w(TAG, "Ignoring attempt to inject
setting
from app not in system image: "
195
* Returns an immutable representation of the static attributes for the
setting
, or null
354
Setting
setting
= iter.next();
local
388
public final InjectedSetting
setting
;
field in class:SettingsInjector.Setting
[
all
...]
/external/robolectric/lib/main/
h2-1.2.147.jar
/prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar
Completed in 35 milliseconds