HomeSort by relevance Sort by last modified time
    Searched refs:dataAsBlob (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8MessageEventCustom.cpp 119 result = toV8(event->dataAsBlob(), info.Holder(), info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/core/events/
MessageEvent.h 105 Blob* dataAsBlob() const { ASSERT(m_dataType == DataTypeBlob); return m_dataAsBlob.get(); }

Completed in 281 milliseconds