/external/webkit/Source/WebCore/rendering/ |
RenderEmbeddedObject.cpp | 50 #include "Settings.h" 192 Settings* settings = document()->settings(); local 193 ASSERT(settings); 194 if (!settings) 196 fontDescription.setRenderingMode(settings->fontRenderingMode());
|
RenderImage.cpp | 46 #include "Settings.h" 506 if (document()->settings()->layoutAlgorithm() == Settings::kLayoutSSR) { 536 if (logicalHeight && document()->settings()->layoutAlgorithm() == Settings::kLayoutSSR) {
|
/external/webkit/Source/WebKit/chromium/src/ |
WebSettingsImpl.cpp | 35 #include "Settings.h" 48 WebSettingsImpl::WebSettingsImpl(Settings* settings) 49 : m_settings(settings) 54 ASSERT(settings);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
InspectorClientGtk.cpp | 46 class InspectorFrontendSettingsGtk : public InspectorFrontendClientLocal::Settings { 65 GSettings* settings = inspectorGSettings(); 66 if (!settings) 69 GRefPtr<GVariant> variant = adoptGRef(g_settings_get_value(settings, name.utf8().data())); 79 GSettings* settings = inspectorGSettings(); 80 if (!settings) 84 g_settings_set_value(settings, name.utf8().data(), variant.get());
|
/external/webkit/Source/WebKit2/Shared/ |
WebPreferencesStore.cpp | 31 #include <WebCore/Settings.h>
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKAPICast.h | 46 #include <WebCore/Settings.h>
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/ |
WebPageQt.cpp | 36 #include <WebCore/Settings.h>
|
/frameworks/base/core/java/android/net/ |
ConnectivityManager.java | 26 import android.provider.Settings; 76 * applicable {@link Settings.Secure#CONNECTIVITY_CHANGE_DELAY}.
|
/frameworks/base/core/java/android/provider/ |
Contacts.java | 99 * Columns from the Settings table that other columns join into themselves. 138 * The settings over all of the people 142 public static final class Settings implements BaseColumns, SettingsColumns { 146 private Settings() {} 154 Uri.parse("content://contacts/settings"); 161 public static final String CONTENT_DIRECTORY = "settings"; 206 Cursor cursor = cr.query(Settings.CONTENT_URI, new String[]{VALUE}, 231 cr.update(Settings.CONTENT_URI, values, null, null); 771 * Whether this group should be synced if the SYNC_EVERYTHING settings is false [all...] |
/frameworks/base/services/java/com/android/server/usb/ |
UsbHostManager.java | 39 import android.provider.Settings;
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
PhoneBase.java | 34 import android.provider.Settings; 603 Settings.Secure.getInt(mContext.getContentResolver(), 604 Settings.Secure.WIFI_COUNTRY_CODE); 605 } catch (Settings.SettingNotFoundException e) { [all...] |
/packages/apps/Settings/src/com/android/settings/ |
DeviceInfoSettings.java | 17 package com.android.settings; 31 import android.provider.Settings; 88 * Settings is a generic app and should not contain any device-specific 111 // Read platform settings for additional system update setting
|
/packages/apps/Settings/src/com/android/settings/applications/ |
ManageApplications.java | 17 package com.android.settings.applications; 19 import static com.android.settings.Utils.prepareCustomPreferencesList; 34 import android.provider.Settings; 58 import com.android.settings.R; 59 import com.android.settings.Settings.RunningServicesActivity; 60 import com.android.settings.Settings.StorageUseActivity; 61 import com.android.settings.applications.ApplicationsState.AppEntry; 111 * can be launched through Settings or via the ACTION_MANAGE_PACKAGE_STORAG [all...] |
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MtpService.java | 35 import android.provider.Settings;
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
BaseContactsProvider2Test.java | 51 import android.provider.ContactsContract.Settings; 241 values.put(Settings.ACCOUNT_NAME, account.getAccountName()); 242 values.put(Settings.ACCOUNT_TYPE, account.getAccountType()); 244 values.put(Settings.DATA_SET, account.getDataSet()); 246 values.put(Settings.SHOULD_SYNC, shouldSync); 247 values.put(Settings.UNGROUPED_VISIBLE, ungroupedVisible); 248 mResolver.insert(Settings.CONTENT_URI, values); [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageManagerTests.java | 41 import android.provider.Settings; 42 import android.provider.Settings.SettingNotFoundException; 334 // Check for settings preference. [all...] |
/frameworks/base/services/java/com/android/server/location/ |
GpsLocationProvider.java | 49 import android.provider.Settings; 495 boolean dataEnabled = Settings.Secure.getInt(mContext.getContentResolver(), 496 Settings.Secure.MOBILE_DATA, 1) == 1; [all...] |
/frameworks/base/services/java/com/android/server/ |
BackupManagerService.java | 69 import android.provider.Settings; 675 boolean areEnabled = Settings.Secure.getInt(context.getContentResolver(), 676 Settings.Secure.BACKUP_ENABLED, 0) != 0; 677 mProvisioned = Settings.Secure.getInt(context.getContentResolver(), 678 Settings.Secure.BACKUP_PROVISIONED, 0) != 0; 679 mAutoRestore = Settings.Secure.getInt(context.getContentResolver(), 680 Settings.Secure.BACKUP_AUTO_RESTORE, 1) != 0; 757 mCurrentTransport = Settings.Secure.getString(context.getContentResolver(), 758 Settings.Secure.BACKUP_TRANSPORT); [all...] |
LocationManagerService.java | 56 import android.provider.Settings; 185 // for Settings change notification 546 // listen for settings changes 548 Cursor settingsCursor = resolver.query(Settings.Secure.CONTENT_URI, null, 549 "(" + Settings.System.NAME + "=?)", 550 new String[]{Settings.Secure.LOCATION_PROVIDERS_ALLOWED}, 552 mSettings = new ContentQueryMap(settingsCursor, Settings.System.NAME, true, mLocationHandler); 573 // Use system settings 576 return Settings.Secure.isLocationProviderEnabled(resolver, provider); [all...] |
/frameworks/base/core/java/android/server/ |
BluetoothService.java | 57 import android.provider.Settings; 361 * Bring down bluetooth and disable BT in settings. Returns true on success. 472 /** Bring up BT and persist BT on in settings */ 481 * @param saveSetting If true, persist the new state of BT in settings [all...] |
/external/webkit/Source/WebCore/css/ |
CSSFontSelector.cpp | 48 #include "Settings.h" 245 Settings* settings = m_document ? m_document->frame() ? m_document->frame()->settings() : 0 : 0; local 246 bool allowDownloading = foundSVGFont || (settings && settings->downloadableBinaryFontsEnabled()); 386 const Settings* settings = document->frame()->settings(); local 387 if (!settings) [all...] |
/external/webkit/Source/WebCore/loader/cache/ |
CachedResourceLoader.cpp | 49 #include "Settings.h" 129 Settings* settings = f->settings(); local 130 if (!f->loader()->client()->allowImages(!settings || settings->areImagesEnabled())) 499 Settings* settings = frame()->settings(); 500 if (!settings || settings->privateBrowsingEnabled() [all...] |
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/ |
WebFullScreenManagerMac.mm | 41 #import <WebCore/Settings.h>
|
/frameworks/base/core/java/android/view/ |
VolumePanel.java | 39 import android.provider.Settings; 40 import android.provider.Settings.System; 249 // If we don't want to show multiple volumes, hide the settings button and divider
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
RecentsPanelView.java | 31 import android.provider.Settings; 586 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS,
|