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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DDataView.cpp135 if (beyondRange<T>(byteOffset)) {
150 if (beyondRange<T>(byteOffset)) {
H A DDataView.h88 inline bool beyondRange(unsigned byteOffset) const { return byteOffset >= m_byteLength || byteOffset + sizeof(T) > m_byteLength; } function in class:WebCore::DataView

Completed in 1100 milliseconds