Home
last modified time | relevance | path

Searched refs:kActionKey (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dserver_test.cc28 const char kActionKey[] = "action"; variable
243 if (!VerifyKey(request_dict, kActionKey, VTYPE_STRING, callback)) in OnQuery()
246 const std::string& action = request_dict->GetString(kActionKey); in OnQuery()