Searched defs:Settings (Results 1 - 20 of 20) sorted by path

/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_android.cc34 return Settings()->params()->allowed();
39 return Settings()->params()->promo_allowed();
50 return ConvertUTF8ToJavaString(env, Settings()->params()->origin().spec());
55 return Settings()->IsDataReductionProxyEnabled();
60 return Settings()->IsDataReductionProxyManaged();
67 Settings()->SetDataReductionProxyEnabled(enabled);
72 return Settings()->GetDataReductionLastUpdateTime();
81 Settings()->GetContentLengths(
108 return Settings()->IsDataReductionProxyUnreachable();
124 Settings()
135 DataReductionProxySettings* DataReductionProxySettingsAndroid::Settings() { function in class:DataReductionProxySettingsAndroid
[all...]
H A Ddata_reduction_proxy_settings_unittest_android.cc42 virtual DataReductionProxySettings* Settings() OVERRIDE {
141 DataReductionProxySettings* Settings() { function in class:DataReductionProxySettingsAndroidTest
/external/chromium_org/remoting/webapp/
H A Dplugin_settings.js14 /** @type {remoting.Settings} */
17 remoting.Settings = function() {};
23 remoting.Settings.prototype.OAUTH2_CLIENT_ID = 'API_CLIENT_ID';
25 remoting.Settings.prototype.OAUTH2_CLIENT_SECRET = 'API_CLIENT_SECRET';
28 remoting.Settings.prototype.OAUTH2_BASE_URL = 'OAUTH2_BASE_URL';
30 remoting.Settings.prototype.OAUTH2_API_BASE_URL = 'OAUTH2_API_BASE_URL';
32 remoting.Settings.prototype.DIRECTORY_API_BASE_URL = 'DIRECTORY_API_BASE_URL';
34 remoting.Settings.prototype.TALK_GADGET_URL = 'TALK_GADGET_URL';
36 remoting.Settings.prototype.OAUTH2_REDIRECT_URL = 'OAUTH2_REDIRECT_URL';
39 remoting.Settings
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSettings.h44 class Settings { class in namespace:blink
45 WTF_MAKE_NONCOPYABLE(Settings); WTF_MAKE_FAST_ALLOCATED;
47 static PassOwnPtr<Settings> create();
73 Settings();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DSettings.js34 WebInspector.Settings = function()
100 WebInspector.Settings.prototype = {
562 * @type {!WebInspector.Settings}
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.hpp327 struct Settings { struct in class:mkvparser::Track
351 Settings settings;
/external/chromium_org/tools/gn/
H A Dsettings.cc11 Settings::Settings(const BuildSettings* build_settings, function in class:Settings
48 Settings::~Settings() {
H A Dsettings.h17 // Settings object for each toolchain type, each referring to the same
20 // The Settings object is const once it is constructed, which allows us to
27 class Settings { class
42 Settings(const BuildSettings* build_settings,
44 ~Settings();
128 DISALLOW_COPY_AND_ASSIGN(Settings);
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dbackends.py54 self.settings = settings or Settings()
82 self.settings = settings or Settings()
188 class Settings(object): class in inherits:object
/external/chromium_org/tools/stats_viewer/Properties/
H A DSettings.Designer.cs17 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase class in namespace:StatsViewer.Properties
20 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
22 public static Settings Default
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp367 struct Settings struct in class:mkvparser::Track
393 Settings settings;
/external/libvpx/libwebm/
H A Dmkvparser.hpp327 struct Settings { struct in class:mkvparser::Track
351 Settings settings;
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
H A DSettings.cs13 public partial class Settings : System.Configuration.ApplicationSettingsBase class in namespace:LzmaAlone.Properties
15 private static Settings m_Value;
19 public static Settings Value
23 if ((Settings.m_Value == null))
25 System.Threading.Monitor.Enter(Settings.m_SyncObject);
26 if ((Settings.m_Value == null))
30 Settings.m_Value = new Settings();
34 System.Threading.Monitor.Exit(Settings.m_SyncObject);
38 return Settings
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSettings.java21 * Settings describe characteristics of the sending peer, which are used by the receiving peer.
22 * Settings are {@link com.squareup.okhttp.internal.spdy.SpdyConnection connection} scoped.
24 final class Settings { class
85 Settings set(int id, int idFlags, int value) {
121 if (isPersisted(id)) result |= Settings.PERSISTED;
122 if (persistValue(id)) result |= Settings.PERSIST_VALUE;
217 void merge(Settings other) {
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 3284 milliseconds