Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMetaElement.h49 …typedef void (HTMLMetaElement::*KeyValuePairCallback)(const String& key, const String& value, void… typedef
51 void parseContentAttribute(const String& content, KeyValuePairCallback, void* data);
DHTMLMetaElement-in.cpp70 void HTMLMetaElement::parseContentAttribute(const String& content, KeyValuePairCallback callback, v… in parseContentAttribute()