Searched defs:Settings (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/remoting/webapp/
H A Dplugin_settings.js14 /** @type {remoting.Settings} */
17 remoting.Settings = function() {};
23 remoting.Settings.prototype.PLUGIN_MIMETYPE = 'HOST_PLUGIN_MIMETYPE';
25 remoting.Settings.prototype.OAUTH2_CLIENT_ID = 'API_CLIENT_ID';
27 remoting.Settings.prototype.OAUTH2_CLIENT_SECRET = 'API_CLIENT_SECRET';
30 remoting.Settings.prototype.OAUTH2_BASE_URL = 'OAUTH2_BASE_URL';
32 remoting.Settings.prototype.OAUTH2_API_BASE_URL = 'OAUTH2_API_BASE_URL';
34 remoting.Settings.prototype.DIRECTORY_API_BASE_URL = 'DIRECTORY_API_BASE_URL';
36 remoting.Settings.prototype.TALK_GADGET_URL = 'TALK_GADGET_URL';
38 remoting.Settings
[all...]
/external/chromium_org/tools/gn/
H A Dsettings.cc11 Settings::Settings(const BuildSettings* build_settings, function in class:Settings
47 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
40 Settings(const BuildSettings* build_settings,
43 ~Settings();
118 DISALLOW_COPY_AND_ASSIGN(Settings);
/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/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/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dbisect-builds70 my $branch = $Settings::branch;
71 my $nightlyDownloadDirectory = $Settings::nightlyDownloadDirectory;
72 my $safariPath = $Settings::safariPath;
292 package Settings; package
/external/chromium_org/cc/output/
H A Drenderer.h28 virtual const LayerTreeSettings& Settings() const = 0;
46 const LayerTreeSettings& Settings() const { return client_->Settings(); } function in class:cc::Renderer
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DSettings.js51 WebInspector.Settings = function()
118 WebInspector.Settings.prototype = {
467 WebInspector.settings = new WebInspector.Settings();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSettings.h62 class Settings { class in namespace:WebCore
63 WTF_MAKE_NONCOPYABLE(Settings); WTF_MAKE_FAST_ALLOCATED;
65 static PassOwnPtr<Settings> create(Page*);
160 explicit Settings(Page*);
197 Timer<Settings> m_setImageLoadingSettingsTimer;
198 void imageLoadingSettingsTimerFired(Timer<Settings>*);
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSettings.java18 final class Settings { class
99 if (isPersisted(id)) result |= Settings.PERSISTED;
100 if (persistValue(id)) result |= Settings.PERSIST_VALUE;
168 void merge(Settings other) {
/external/libvpx/libwebm/
H A Dmkvparser.hpp313 struct Settings struct in class:mkvparser::Track
339 Settings settings;
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc1370 if (!Settings().solid_color_scrollbars && container_layer) {
1385 const LayerTreeSettings& LayerTreeHostImpl::Settings() const { function in class:cc::LayerTreeHostImpl
/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 ...

Completed in 418 milliseconds