Searched refs:mode_value (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
H A Dsim_dialog_delegate.cc72 std::string mode_value; local
74 mode_value = kSimDialogChangePinMode;
76 mode_value = kSimDialogSetLockOnMode;
78 mode_value = kSimDialogSetLockOffMode;
80 base::StringPrintf(kSimDialogSpecialModeURL, mode_value.c_str()));
/external/chromium_org/remoting/jingle_glue/
H A Dserver_log_entry.cc50 const char* mode_value = NULL; local
53 mode_value = kValueModeIt2Me;
56 mode_value = kValueModeMe2Me;
61 Set(kKeyMode, mode_value);
/external/chromium_org/chrome/browser/net/
H A Dproxy_policy_handler.cc28 const char* mode_value; member in struct:__anon4280::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)) {
231 CheckProxyModeAndServerMode(const PolicyMap& policies, PolicyErrorMap* errors, std::string* mode_value) argument
[all...]
H A Dproxy_policy_handler.h53 // and places the result in |mode_value|. Returns whether the conversion
57 std::string* mode_value);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc435 base::StringValue mode_value(kManageProfileIdentifier);
437 gaia_name_value, mode_value);

Completed in 217 milliseconds