HomeSort by relevance Sort by last modified time
    Searched refs:Settings (Results 401 - 425 of 477) sorted by null

<<11121314151617181920

  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 98 import android.provider.Settings;
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 48 import android.provider.Settings;
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 107 import android.provider.Settings;
    [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 1 /* //device/apps/Settings/src/com/android/settings/Keyguard.java
45 import android.provider.Settings;
  /development/samples/Home/src/com/example/android/home/
Home.java 452 .setIntent(new Intent(android.provider.Settings.ACTION_SETTINGS));
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 63 #include "Settings.h"
847 Settings* settings = m_webView->page()->settings(); local
848 if (settings->acceleratedCompositingFor3DTransformsEnabled())
850 if (settings->acceleratedCompositingForVideoEnabled())
852 if (settings->acceleratedCompositingForPluginsEnabled())
854 if (settings->acceleratedCompositingForAnimationEnabled())
856 if (settings->acceleratedCompositingForCanvasEnabled())
885 return m_webView->page()->settings()->fullScreenEnabled()
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 55 #include "Settings.h"
690 return Settings::defaultMinDOMTimerInterval();
695 core(webView)->settings()->setMinDOMTimerInterval(interval);
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 49 #include <Settings.h>
179 configuration of the browser can be obtained with the settings() function, enabling
800 Returns a pointer to the view/page specific settings object.
808 QWebSettings* QGraphicsWebView::settings() const function in class:QGraphicsWebView
810 return page()->settings();
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 67 #include <WebCore/Settings.h>
  /frameworks/base/core/java/android/content/
SyncManager.java 51 import android.provider.Settings;
364 // force the sync loop to run if the settings change
746 long maxSyncRetryTimeInSeconds = Settings.Secure.getLong(mContext.getContentResolver(),
747 Settings.Secure.SYNC_MAX_RETRY_DELAY_IN_SECONDS
1094 SyncStorageEngine.AuthorityInfo settings = mSyncStorageEngine.getOrCreateAuthority( local
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 30 import android.provider.Settings;
179 * Default value for {@link Settings.Secure#TTS_USE_DEFAULTS}.
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 782 final int ms = sp.getInt(Settings.PREF_VIBRATION_DURATION_SETTINGS, -1);
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 49 #include "Settings.h"
750 Settings* settings = m_frame->settings();
751 if (!settings)
755 if (settings->usesDashboardBackwardCompatibilityMode())
759 if (settings->needsKeyboardEventDisambiguationQuirks())
  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp 42 #include "Settings.h"
260 if (document()->settings()->layoutAlgorithm() == Settings::kLayoutSSR)
309 && document()->settings()->layoutAlgorithm() == Settings::kLayoutSSR) {
    [all...]
RenderTableSection.cpp 42 #include "Settings.h"
200 // we ignore height settings on rowspan cells
268 const Settings* settings = document()->settings(); local
269 ASSERT(settings);
270 if (settings->layoutAlgorithm() == Settings::kLayoutFitColumnToScreen)
    [all...]
RenderBox.cpp 50 #include "Settings.h"
1522 const Settings* settings = document()->settings(); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 44 import android.provider.Settings;
70 static final String AUTHORITY = "com.android.launcher2.settings";
279 final Uri uri = Uri.parse("content://" + Settings.AUTHORITY +
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp 135 #include "Settings.h"
189 #include "Settings.h"
353 return page && (page->settings()->needsLeopardMailQuirks() || page->settings()->needsTigerMailQuirks());
796 || (importedNode->isSVGElement() && page() && page()->settings()->usesDashboardBackwardCompatibilityMode())
1050 if (Settings* settings = this->settings())
1051 return settings->defaultTextEncodingName();
1373 Settings* Document::settings() const function in class:WebCore::Document
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 91 import android.provider.Settings;
755 mWindowAnimationScale = Settings.System.getFloat(context.getContentResolver(),
756 Settings.System.WINDOW_ANIMATION_SCALE, mWindowAnimationScale);
757 mTransitionAnimationScale = Settings.System.getFloat(context.getContentResolver(),
758 Settings.System.TRANSITION_ANIMATION_SCALE, mTransitionAnimationScale);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 85 #include "Settings.h"
4660 Settings* settings = m_checker.m_document->settings(); local
4920 Settings* settings = m_checker.m_document->settings(); local
4949 Settings* settings = m_checker.m_document->settings(); local
5794 Settings* settings = m_checker.m_document->settings(); local
6905 Settings* settings = m_checker.m_document->settings(); local
6953 Settings* settings = document->settings(); local
7021 Settings* settings = document->settings(); local
7052 Settings* settings = document->settings(); local
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp 94 #include "Settings.h"
669 Settings* settings = m_frame->document()->settings(); local
670 m_frame->document()->cachedResourceLoader()->setAutoLoadImages(settings && settings->loadsImagesAutomatically());
672 m_frame->document()->cachedResourceLoader()->setBlockNetworkImage(settings && settings->blockNetworkImage());
720 Settings* settings = m_frame->settings()
2400 Settings* settings = m_frame->settings(); local
2766 Settings* settings = m_frame->settings(); local
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 103 #include <WebCore/Settings.h>
209 Settings::setDefaultMinDOMTimerInterval(0.004);
1392 Settings* settings = m_page->settings(); local
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 299 final Settings mSettings;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 59 import android.provider.Settings;
672 Intent nextIntent = new Intent(Settings.ACTION_ADD_ACCOUNT);
674 nextIntent.putExtra(Settings.EXTRA_AUTHORITIES, array);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 56 import android.provider.ContactsContract.Settings;
193 cv.put(Settings.UNGROUPED_VISIBLE, true);
194 client.insert(addCallerIsSyncAdapterParameter(Settings.CONTENT_URI), cv);
    [all...]

Completed in 2263 milliseconds

<<11121314151617181920