/external/webkit/WebKit/gtk/WebCoreSupport/ |
FrameLoaderClientGtk.cpp | 96 WebKitWebSettings* settings = webkit_web_view_get_settings(getViewFromFrame(m_frame)); local 97 return String::fromUTF8(webkit_web_settings_get_user_agent(settings)); 530 Settings* settings = coreFrame->settings(); local 531 if (!settings || !settings->isJavaScriptEnabled()) [all...] |
/external/webkit/WebKit/qt/Api/ |
qgraphicswebview.cpp | 42 #include <Settings.h> 331 configuration of the browser can be obtained with the settings() function, enabling 866 Returns a pointer to the view/page specific settings object. 874 QWebSettings* QGraphicsWebView::settings() const function in class:QGraphicsWebView 876 return page()->settings();
|
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
Pm.java | 38 import android.provider.Settings; [all...] |
/packages/apps/Phone/src/com/android/phone/ |
OtaUtils.java | 35 import android.provider.Settings; [all...] |
/frameworks/base/services/java/com/android/server/ |
WindowManagerService.java | 87 import android.provider.Settings; 617 mWindowAnimationScale = Settings.System.getFloat(context.getContentResolver(), 618 Settings.System.WINDOW_ANIMATION_SCALE, mWindowAnimationScale); 619 mTransitionAnimationScale = Settings.System.getFloat(context.getContentResolver(), 620 Settings.System.TRANSITION_ANIMATION_SCALE, mTransitionAnimationScale); [all...] |
/external/webkit/WebCore/editing/ |
EditorCommand.cpp | 53 #include "Settings.h" 166 Settings* settings = frame->document()->settings(); local 168 if (settings && settings->editingBehavior() == EditingMacBehavior) 1079 Settings* settings = frame ? frame->settings() : 0; local [all...] |
/external/webkit/WebCore/rendering/ |
RenderBlockLineLayout.cpp | 43 #include "Settings.h" 570 const Settings* settings = document()->settings(); local 571 bool doTextWrap = settings && settings->layoutAlgorithm() == Settings::kLayoutFitColumnToScreen; [all...] |
RenderThemeSafari.cpp | 25 #include "Settings.h" 79 // FIXME: This is called before Settings has been initialized by WebKit, so will return a 82 if (Settings::shouldPaintNativeControls()) { [all...] |
RenderBlock.cpp | 46 #include "Settings.h" 51 #include "Settings.h" 705 const Settings* settings = document()->settings(); local 706 ASSERT(settings); 708 && settings->layoutAlgorithm() == Settings::kLayoutFitColumnToScreen) 3524 Settings* settings = document()->settings(); local [all...] |
/external/webkit/WebKit/win/ |
WebFrame.cpp | 94 #include <WebCore/Settings.h> 1772 Settings* settings = coreFrame->settings(); local [all...] |
WebView.cpp | 123 #include <WebCore/Settings.h> [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Launcher.java | 1127 final Intent settings = new Intent(android.provider.Settings.ACTION_SETTINGS); local [all...] |
/external/webkit/WebCore/plugins/ |
PluginView.cpp | 64 #include "Settings.h" 574 Settings* settings = m_parentFrame->settings(); local 577 if (!settings || !settings->isJavaScriptEnabled()) [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebview.cpp | 235 WebKitWebSettings* settings = webkit_web_view_get_settings(webView); local 237 g_object_get(settings, "enable-default-context-menu", &enableDefaultContextMenu, NULL); 1152 Settings* settings = core(webView)->settings(); local 2546 Settings* settings = core(webView)->settings(); local 2641 Settings* settings = core(webView)->settings(); local [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsListActivity.java | 68 import android.provider.Settings; [all...] |
/prebuilt/sdk/6/ |
android.jar | |
/prebuilt/sdk/4/ |
android.jar | |
/external/webkit/WebCore/ |
Android.mk | 359 page/Settings.cpp \
|
/external/webkit/WebCore/inspector/ |
InspectorController.cpp | 82 #include "Settings.h" 204 return m_inspectedPage->settings()->developerExtrasEnabled(); 209 Settings::iterator it = m_settings.find(key); [all...] |
/external/webkit/WebCore/inspector/front-end/ |
inspector.js | 444 this.settings = new WebInspector.Settings(); [all...] |
/external/webkit/WebCore/page/ |
Frame.cpp | 74 #include "Settings.h" 307 Settings* Frame::settings() const function in class:WebCore::Frame 309 return m_page ? m_page->settings() : 0; 619 bool caretBrowsing = settings() && settings()->caretBrowsingEnabled(); 670 return m_page->settings()->zoomsTextOnly(); 707 m_page->settings()->setZoomsTextOnly(true); // We do this to avoid doing any scaling of CSS pixels, since the SVG has its own notion of zoom. 722 m_page->settings()->setZoomsTextOnly(isTextOnly); 800 m_doc->docLoader()->setAutoLoadImages(m_page && m_page->settings()->loadsImagesAutomatically()) [all...] |
/external/webkit/WebKit/android/jni/ |
WebViewCore.cpp | 91 #include "Settings.h" 1417 WebCore::Settings* settings = m_mainFrame->page()->settings(); local [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | 74 import android.provider.Settings; [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebView.mm | 140 #import <WebCore/Settings.h> 633 _private->page->settings()->setLocalStorageDatabasePath([[self preferences] _localStorageDatabasePath]); 668 // Post a notification so the WebCore settings update. [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
cpp.py | 367 "C:\Documents and Settings\..." or "/home/username/..." in them and thus [all...] |