Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.h178 …static bool dataContent(const char* data, unsigned size, const String& textEncodingName, bool with…
DInspectorPageAgent.cpp233 …return dataContent(buffer ? buffer->data() : 0, buffer ? buffer->size() : 0, textEncodingName, wit… in sharedBufferContent()
236 bool InspectorPageAgent::dataContent(const char* data, unsigned size, const String& textEncodingNam… in dataContent() function in WebCore::InspectorPageAgent