Home
last modified time | relevance | path

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

/external/cronet/net/test/spawned_test_server/
Dremote_test_server.cc88 std::string* result = config->FindStringKey("spawner_url_base"); in GetSpawnerUrlBase()
/external/cronet/base/
Dvalues.h770 const std::string* FindStringKey(StringPiece key) const;
771 std::string* FindStringKey(StringPiece key);
Dvalues.cc1164 const std::string* Value::FindStringKey(StringPiece key) const { in FindStringKey() function in base::Value
1168 std::string* Value::FindStringKey(StringPiece key) { in FindStringKey() function in base::Value
Dvalues_unittest.cc861 TEST(ValuesTest, FindStringKey) { in TEST() argument
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
Dneural_stylus_palm_detection_filter.cc624 value->FindStringKey(kOzoneNNPalmTouchCompatibleProperty); in CompatibleWithNeuralStylusPalmDetectionFilter()