OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dataAsBlob
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8MessageEventCustom.cpp
85
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 2472 milliseconds