Searched refs:settings (Results 151 - 175 of 434) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/printing/
H A Dprint_dialog_gtk.h42 virtual bool UpdateSettings(const DictionaryValue& settings,
82 // Print dialog settings. PrintDialogGtk owns |dialog_| and holds references
H A Dprinter_query.h25 // Query the printer for settings.
41 virtual const PrintSettings& settings() const;
45 // times to reinitialize the settings. |parent_view| parameter's window will
55 // Updates the current settings with |new_settings| dictionary values.
86 // Cache of the print context settings for access in the UI thread.
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/
H A DNatives.java195 public static void extractNativeLibs(Platform platform, AppSettings settings) throws IOException { argument
196 String renderer = settings.getRenderer();
197 String audioRenderer = settings.getAudioRenderer();
214 needJInput = settings.useJoysticks();
/external/jmonkeyengine/engine/src/test/jme3test/post/
H A DTestMultiViewsFilters.java119 cam5.setViewPort(1046f/settings.getWidth(), 1266f/settings.getWidth(), 112f/settings.getHeight(), 332f/settings.getHeight());
/external/webkit/Source/WebCore/dom/
H A Dmake_names.pl319 Settings* settings = document->settings();
320 if (!MediaPlayer::isAvailable() || (settings && !settings->isMediaEnabled()))
779 Settings* settings = document->settings();
780 if (settings && settings->usesDashboardBackwardCompatibilityMode())
904 Settings* settings = element->document()->settings();
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLFrameElementBase.cpp210 Settings* settings = document()->settings(); local
211 if (settings && settings->needsAcrobatFrameReloadingQuirk() && m_URL == str)
H A DImageDocument.cpp130 Settings* settings = frame->settings(); local
131 if (!frame->loader()->client()->allowImages(!settings || settings->areImagesEnabled()))
380 return frame()->page()->settings()->shrinksStandaloneImagesToFit() &&
/external/webkit/Source/WebCore/loader/cache/
H A DCachedImage.cpp272 Settings* settings = frame->settings();
273 return settings ? settings->maximumDecodedImageSize() : 0;
H A DCachedResourceLoader.cpp129 Settings* settings = f->settings(); local
130 if (!f->loader()->client()->allowImages(!settings || settings->areImagesEnabled()))
296 if (!m_document->settings()->linkPrefetchEnabled())
501 Settings* settings = frame()->settings();
502 if (!settings || settings->privateBrowsingEnabled())
/external/webkit/Source/WebKit/android/content/
H A DPhoneEmailDetector.cpp62 WebCore::Settings* settings = GetSettings(hit_test); local
63 if (!settings)
65 m_isPhoneDetectionEnabled = settings->formatDetectionTelephone();
66 m_isEmailDetectionEnabled = settings->formatDetectionEmail();
H A Dcontent_detector.cpp98 return hit_test.node()->document()->page()->settings();
/external/chromium/chrome/browser/content_settings/
H A Dhost_content_settings_map.cc67 // The order in which the default content settings providers are created is
83 // Read misc. global settings.
98 // User defined non default content settings are provided by the PrefProvider.
99 // The order in which the content settings providers are created is critical,
124 // Register the prefs for the content settings providers.
187 // If we require a resource identifier, set the content settings to default,
192 if (output.settings[j] == CONTENT_SETTING_DEFAULT &&
194 output.settings[j] = GetDefaultContentSetting(ContentSettingsType(j));
207 output.settings[j] = GetNonDefaultContentSetting(
216 SettingsForOneType* settings) cons
[all...]
/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.cpp104 Settings* settings = m_frame->settings(); local
110 || (!settings->isJavaEnabled() && MIMETypeRegistry::isJavaAppletMIMEType(mimeType)))
293 Settings* settings = m_frame->settings(); local
294 bool allowed = m_frame->loader()->client()->allowPlugins(settings && settings->arePluginsEnabled());
/external/qemu/audio/
H A Ddsoundaudio.c51 struct audsettings settings; member in struct:__anon8981
60 .settings.freq = 44100,
61 .settings.nchannels = 2,
62 .settings.fmt = AUD_FMT_S16,
70 struct audsettings settings; member in struct:__anon8982
456 err = waveformat_from_audio_settings (&wfx, &conf.settings);
499 err = waveformat_to_audio_settings (&wfx, &s->settings);
974 .valp = &conf.settings.freq,
980 .valp = &conf.settings.nchannels,
986 .valp = &conf.settings
[all...]
H A Daudio.h113 struct audsettings *settings
134 struct audsettings *settings
/external/webkit/Source/WebCore/inspector/
H A DDOMNodeHighlighter.cpp125 void drawElementTitle(GraphicsContext& context, Node* node, const IntRect& boundingBox, const IntRect& anchorBox, const FloatRect& overlayRect, WebCore::Settings* settings) argument
166 family.setFamily(settings->fixedFontFamily());
287 WebCore::Settings* settings = containingFrame->settings();
288 drawElementTitle(context, node, boundingBox, titleAnchorBox, overlayRect, settings);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebinspector.cpp59 * g_object_set (G_OBJECT(settings), "enable-developer-extras", TRUE, NULL);
601 static GSettings* settings = 0; local
602 if (settings)
603 return settings;
614 g_warning("GSettings schema not found - settings will not be used or saved.");
618 settings = g_settings_new(schemaID);
619 return settings;
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp183 // After each layout test, reset the settings that may have been changed by
185 settings()->resetFontSize(QWebSettings::DefaultFontSize);
186 settings()->resetAttribute(QWebSettings::JavascriptCanOpenWindows);
187 settings()->resetAttribute(QWebSettings::JavascriptEnabled);
188 settings()->resetAttribute(QWebSettings::PrivateBrowsingEnabled);
189 settings()->resetAttribute(QWebSettings::SpatialNavigationEnabled);
190 settings()->resetAttribute(QWebSettings::LinksIncludedInFocusChain);
191 settings()->resetAttribute(QWebSettings::OfflineWebApplicationCacheEnabled);
192 settings()->resetAttribute(QWebSettings::LocalContentCanAccessRemoteUrls);
193 settings()
[all...]
/external/chromium/net/spdy/
H A Dspdy_session_unittest.cc292 // settings frame setting max concurrent streams to 2. Have the callback
417 spdy::SpdySettings settings; local
421 settings.push_back(spdy::SpdySetting(id, 1));
423 test_host_port_pair, settings);
490 spdy::SpdySettings settings; local
496 settings.push_back(spdy::SpdySetting(id, kBogusSettingValue));
499 ConstructSpdySettings(settings));
521 settings.clear();
522 settings.push_back(spdy::SpdySetting(id, kBogusSettingValue));
525 test_host_port_pair, settings);
[all...]
H A Dspdy_protocol_test.cc190 // Create a settings frame with no settings.
191 SpdySettings settings; local
193 framer.CreateSettings(settings));
209 settings.insert(settings.end(), std::make_pair(ids[index], index));
210 settings_frame.reset(framer.CreateSettings(settings));
218 EXPECT_EQ(parsed_settings.size(), settings.size());
H A Dspdy_session.cc85 explicit NetLogSpdySettingsParameter(const spdy::SpdySettings& settings) argument
86 : settings_(settings) {}
90 ListValue* settings = new ListValue(); local
93 settings->Append(new StringValue(
96 dict->Set("settings", settings);
332 // Write out any data that we might have to send, such as the settings frame.
1386 spdy::SpdySettings settings; local
1387 if (spdy_framer_.ParseSettings(&frame, &settings)) {
1388 HandleSettings(settings);
1389 spdy_settings_->Set(host_port_pair(), settings); local
1470 spdy::SpdySettings settings = spdy_settings_->Get(host_port_pair()); local
1489 spdy_settings_->Set(host_port_pair(), settings); local
1508 HandleSettings(const spdy::SpdySettings& settings) argument
1645 const spdy::SpdySettings& settings = spdy_settings_->Get(host_port_pair()); local
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
H A DTerrainTestCollision.java200 settings.getWidth() / 2 - guiFont.getCharSet().getRenderedSize() / 3 * 2,
201 settings.getHeight() / 2 + ch.getLineHeight() / 2, 0);
253 Vector3f origin = cam.getWorldCoordinates(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.0f);
254 Vector3f direction = cam.getWorldCoordinates(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.3f);
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglAbstractDisplay.java80 * Apply the settings, changing resolution, etc.
81 * @param settings
83 protected abstract void createContext(AppSettings settings) throws LWJGLException; argument
113 createContext(settings);
/external/srec/portable/
H A DAndroid.mk6 # common settings for all ASR builds, exports some variables for sub-makes
/external/srec/srec/AcousticModels/
H A DAndroid.mk6 # common settings for all ASR builds, exports some variables for sub-makes

Completed in 1946 milliseconds

1234567891011>>