HomeSort by relevance Sort by last modified time
    Searched refs:restricted (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings_test_utils.h 31 virtual void Enable(bool restricted,
44 // Describes whether the proxy has been put in a restricted mode. True if
45 // |Enable| is called with |restricted| set to true. Defaults to false.
79 bool enabled, bool restricted, bool at_startup));
88 bool restricted,
90 EXPECT_CALL(*this, LogProxyState(enabled, restricted, at_startup)).Times(1);
91 C::SetProxyConfigs(enabled, alternative_enabled, restricted, at_startup);
data_reduction_proxy_settings.cc 265 // the network operator had blocked the canary and restricted the user.
270 false /* restricted */,
280 DVLOG(1) << "The data reduction proxy is restricted to the configured "
287 true /* restricted */,
318 bool enabled, bool restricted, bool at_startup) {
325 const char kRestricted[] = "(Restricted)";
329 kOn + std::string(" ") + (restricted ? kRestricted : kUnrestricted);
399 // Check if the proxy has been restricted explicitly by the carrier.
409 bool restricted,
414 LogProxyState(enabled, restricted, at_startup)
    [all...]
data_reduction_proxy_settings.h 58 // TODO(marq): Rename these histogram buckets with s/DISABLED/RESTRICTED/, so
68 // The probe failed, but the proxy was already restricted.
71 // The probe succeeded, and as a result the proxy was restricted.
74 // The probe succeeded, but the proxy was already restricted.
197 // |restricted| is true, only enable the fallback proxy. |at_startup| is true
201 bool restricted,
212 virtual void LogProxyState(bool enabled, bool restricted, bool at_startup);
data_reduction_proxy_settings_test_utils.cc 52 bool restricted,
58 restricted_ = restricted;
271 // Never expect the proxy to be restricted for pref change tests.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
header_bar.css 58 #login-header-bar button:not(.button-restricted),
59 #login-header-bar button:active:not(.button-restricted),
60 #login-header-bar button:focus:not(.button-restricted),
61 #login-header-bar button:hover:not(.button-restricted) {
109 .button-restricted {
  /external/chromium_org/sandbox/linux/services/
yama_unittests.cc 118 bool restricted = Yama::RestrictPtracersToAncestors(); local
119 CHECK_EQ(restricted, Yama::IsPresent());
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 45 // This method is restricted to chrome-search://most-visited pages by
146 // This method is restricted to chrome-search://most-visited pages by
152 // This method is restricted to chrome-search://most-visited pages by
158 // This method is restricted to chrome-search://most-visited pages by
  /external/chromium_org/ui/login/
oobe.css 36 /* Do not apply this style to restricted button state. */
37 button.custom-appearance:not(.button-restricted):not(.button-fancy) {
display_manager.js     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.c 727 bool restricted = false; local
733 restricted = strcmp(r, restricted_filename) == 0;
735 return restricted;
739 return restricted;
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 494 is otherwise restricted to the networking APIs available in the
498 * Code that needs to do local file I/O. Native Client is restricted to
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 342 running the Program is not restricted, and the output from the Program
497 8. If the distribution and/or use of the Program is restricted in
  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 113 " use of the vim module **MUST** be restricted to the main thread.
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.js     [all...]
  /external/libvorbis/doc/
05-comment.tex 201 generally the only packet on the second page and may not be restricted
08-residue.tex 107 residue coding setup is restricted to a power of two.
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 127 **Note:** The ARM and PNaCl toolchains are currently restricted to newlib.
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 620 * @param {number} rid The restricted ID.
643 * @param {number} rid The restricted ID.
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/
extension_command_list.js 56 * char or not. This is restricted to A-Z and 0-9 (ignoring modifiers) at
  /external/chromium_org/v8/src/
messages.js 659 // restricted intervals of maximum allowed size.
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/chromium_org/third_party/opus/src/
configure     [all...]
  /external/libedit/
configure     [all...]

Completed in 2098 milliseconds

1 2