HomeSort by relevance Sort by last modified time
    Searched defs:neuter (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferView.cpp 52 void ArrayBufferView::neuter() function in class:WTF::ArrayBufferView
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Stream.h 74 void neuter() { m_isNeutered = true; } function in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DataView.cpp 242 void DataView::neuter() function in class:WebCore::DataView
244 ArrayBufferView::neuter();
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 712 return TRACE_RETURN (likely (obj.sanitize (c)) || neuter (c));
721 return TRACE_RETURN (likely (obj.sanitize (c, user_data)) || neuter (c));
732 inline bool neuter (hb_sanitize_context_t *c) { function in struct:OT::GenericOffsetTo
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 715 return TRACE_RETURN (likely (obj.sanitize (c)) || neuter (c));
724 return TRACE_RETURN (likely (obj.sanitize (c, user_data)) || neuter (c));
728 inline bool neuter (hb_sanitize_context_t *c) { function in struct:OT::OffsetTo

Completed in 122 milliseconds