HomeSort by relevance Sort by last modified time
    Searched full:setting (Results 76 - 100 of 6118) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/
setting_level_bubble.h 21 // Singleton class controlling a bubble displaying a level-based setting like
33 // This can be used when the setting has been changed automatically and we
39 // 3. User hits the "increase brightness" button, setting brightness to 30%.
69 // setting it to zero. Not owned by us.
proxy_config_service_impl.cc 101 //---------- ProxyConfigServiceImpl::ProxyConfig::Setting methods --------------
103 bool ProxyConfigServiceImpl::ProxyConfig::Setting::CanBeWrittenByUser(
105 // Setting can only be written by user if user is owner and setting is not
150 // Setting can only be written by user if user is owner and setting is not
152 Setting* setting = NULL; local
157 setting = &automatic_proxy;
160 setting = &single_proxy
    [all...]
  /external/chromium/chrome/browser/net/
chrome_cookie_policy.cc 67 ContentSetting setting = host_content_settings_map_->GetContentSetting( local
69 if (setting == CONTENT_SETTING_BLOCK)
71 if (setting == CONTENT_SETTING_ALLOW)
73 if (setting == CONTENT_SETTING_SESSION_ONLY)
  /external/chromium/chrome/browser/ui/options/
options_util.h 21 // permission match |enabled|, returns the actual enabled setting.
  /external/e2fsprogs/tests/f_salvage_dir/
expect.1 9 Setting filetype for entry 'c' in /test (12) to 1.
  /external/e2fsprogs/tests/m_mkfs_overhead/
expect.1 1 ./test.img: Cannot create filesystem with requested number of inodes while setting up superblock
  /external/iptables/include/linux/netfilter/
xt_DSCP.h 1 /* x_tables module for setting the IPv4/IPv6 DSCP field
  /external/kernel-headers/original/asm-generic/
signal.h 13 #define SIG_SETMASK 2 /* for setting the signal mask */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_DSCP.h 1 /* iptables module for setting the IPv4 DSCP field
  /external/stlport/stlport/stl/
_relops_cont.h 3 // setting
  /external/webkit/LayoutTests/http/tests/cookies/script-tests/
double-quoted-value-with-semi-colon.js 7 debug("Check that setting a cookie with a semi-colon in a duoble-quoted value works");
  /frameworks/opt/photoviewer/sample/res/values-tl/
strings.xml 5 <string name="menu_settings" msgid="1259682084875185697">"Mga Setting"</string>
  /hardware/libhardware/
Android.mk 3 # Setting LOCAL_PATH will mess up all-subdir-makefiles, so do it beforehand.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 3 // setting
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_DSCP.h 1 /* x_tables module for setting the IPv4/IPv6 DSCP field
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_DSCP.h 1 /* iptables module for setting the IPv4 DSCP field
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_DSCP.h 1 /* x_tables module for setting the IPv4/IPv6 DSCP field
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_DSCP.h 1 /* iptables module for setting the IPv4 DSCP field
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_DSCP.h 1 /* x_tables module for setting the IPv4/IPv6 DSCP field
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_DSCP.h 1 /* iptables module for setting the IPv4 DSCP field
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 3 // setting
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 3 // setting
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 3 // setting
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 3 // setting
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 33 const char* kSetting = "setting";
65 std::string ContentSettingToString(ContentSetting setting) {
66 switch (setting) {
94 NOTREACHED() << name << " is not a recognized content setting.";
107 // dialog, it's impossible to actually have a non-default setting for some
125 ContentSetting setting) {
132 new StringValue(ContentSettingToString(setting)));
141 ContentSetting setting) {
148 new StringValue(ContentSettingToString(setting)));
163 ContentSetting setting) {
566 std::string group, setting; local
614 std::string setting; local
660 std::string setting; local
    [all...]

Completed in 3684 milliseconds

1 2 34 5 6 7 8 91011>>