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

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElement.cpp 128 void CustomElement::wasDestroyed(Element* element)
  /external/chromium_org/third_party/skia/include/gpu/
GrGpuObject.h 39 * contextLost called. It's up to the client to test wasDestroyed() before
46 bool wasDestroyed() const { return NULL == fGpu; }
75 virtual bool isValidOnGpu() const SK_OVERRIDE { return !this->wasDestroyed(); }
  /external/skia/include/gpu/
GrGpuObject.h 39 * contextLost called. It's up to the client to test wasDestroyed() before
46 bool wasDestroyed() const { return NULL == fGpu; }
75 virtual bool isValidOnGpu() const SK_OVERRIDE { return !this->wasDestroyed(); }

Completed in 87 milliseconds