Searched defs:action_value (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dconfirm_infobar.cc65 const std::string& action_value) {
64 ProcessButton(int action, const std::string& action_value) argument
H A Dinfobar_android.cc47 jstring action_value) {
48 std::string value = base::android::ConvertJavaStringToUTF8(env, action_value);
44 OnButtonClicked(JNIEnv* env, jobject obj, jint action, jstring action_value) argument
H A Dtranslate_infobar.cc53 const std::string& action_value) {
52 ProcessButton(int action, const std::string& action_value) argument
/external/chromium_org/components/data_reduction_proxy/common/
H A Ddata_reduction_proxy_headers_unittest.cc102 std::string action_value; local
104 parsed.get(), tests[i].action_key, &action_value);
107 EXPECT_EQ(tests[i].expected_action_value, action_value);
H A Ddata_reduction_proxy_headers.cc54 std::string* action_value) {
68 if (action_value)
69 *action_value = value.substr(prefix.size());
51 GetDataReductionProxyActionValue( const net::HttpResponseHeaders* headers, const std::string& action_prefix, std::string* action_value) argument
/external/chromium_org/device/nfc/
H A Dnfc_ndef_record_utils_chromeos.cc135 std::string action_value; local
136 bool value_result = iter.value().GetAsString(&action_value);
139 NfcNdefRecordActionValueToDBusActionValue(action_value);
141 VLOG(1) << "Invalid action value: \"" << action_value << "\"";
199 std::string action_value = local
201 if (!action_value.empty())
202 attributes.SetString(NfcNdefRecord::kFieldAction, action_value);
/external/chromium_org/remoting/protocol/
H A Djingle_messages.cc144 ActionType action_value,
147 action(action_value),
142 JingleMessage( const std::string& to_value, ActionType action_value, const std::string& sid_value) argument

Completed in 418 milliseconds