HomeSort by relevance Sort by last modified time
    Searched full:mode_value (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/net/
proxy_policy_handler.cc 28 const char* mode_value; member in struct:__anon8011::ProxyModeValidationEntry
81 std::string mode_value; local
82 if (!CheckProxyModeAndServerMode(policies, errors, &mode_value))
85 // If neither ProxyMode nor ProxyServerMode are specified, mode_value will be
87 if (mode_value.empty())
93 if (entry.mode_value != mode_value)
125 mode_value);
233 std::string* mode_value) {
249 if (!mode->GetAsString(mode_value)) {
    [all...]
proxy_policy_handler.h 53 // and places the result in |mode_value|. Returns whether the conversion
57 std::string* mode_value);