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

  /external/chromium_org/chrome/browser/chromeos/
sim_dialog_delegate.cc 72 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/
server_log_entry.cc 50 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/
proxy_policy_handler.cc 28 const char* mode_value; member in struct:__anon8900::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);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 435 base::StringValue mode_value(kManageProfileIdentifier);
437 gaia_name_value, mode_value);
  /hardware/intel/common/libva/test/encode/
avcenc.c 1557 int mode_value; local
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 3211 int mode_value; local
    [all...]

Completed in 134 milliseconds