Searched refs:KeyValuePairCallback (Results 1 – 2 of 2) sorted by relevance
49 …typedef void (HTMLMetaElement::*KeyValuePairCallback)(const String& key, const String& value, void… typedef51 void parseContentAttribute(const String& content, KeyValuePairCallback, void* data);
70 void HTMLMetaElement::parseContentAttribute(const String& content, KeyValuePairCallback callback, v… in parseContentAttribute()