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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMetaElement.h51 typedef void (HTMLMetaElement::*KeyValuePairCallback)(const String& key, const String& value, void* data); typedef in class:blink::FINAL
53 void parseContentAttribute(const String& content, KeyValuePairCallback, void* data);
H A DHTMLMetaElement-in.cpp72 void HTMLMetaElement::parseContentAttribute(const String& content, KeyValuePairCallback callback, void* data)

Completed in 67 milliseconds