OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFieldAction
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/device/nfc/
nfc_ndef_record.h
80
static const char
kFieldAction
[];
nfc_ndef_record_unittest.cc
168
data.SetInteger(NfcNdefRecord::
kFieldAction
, 0);
172
data.SetString(NfcNdefRecord::
kFieldAction
, kTestAction);
230
NfcNdefRecord::
kFieldAction
, &string_value));
nfc_ndef_record.cc
117
optional_fields[NfcNdefRecord::
kFieldAction
] = base::Value::TYPE_STRING;
188
const char NfcNdefRecord::
kFieldAction
[] = "action";
nfc_ndef_record_utils_chromeos.cc
61
// NfcNdefRecord::kFieldTitles and NfcNdefRecord::
kFieldAction
, which need
133
} else if (iter.key() == NfcNdefRecord::
kFieldAction
) {
202
attributes.SetString(NfcNdefRecord::
kFieldAction
, action_value);
Completed in 1774 milliseconds