Searched defs:wasDestroyed (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/gpu/
H A DGrGpuObject.h39 * contextLost called. It's up to the client to test wasDestroyed() before
46 bool wasDestroyed() const { return NULL == fGpu; } function in class:GrGpuObject
75 virtual bool isValidOnGpu() const SK_OVERRIDE { return !this->wasDestroyed(); }
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElement.cpp134 void CustomElement::wasDestroyed(Element* element) function in class:blink::CustomElement
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGpuResource.h150 * contextLost called. It's up to the client to test wasDestroyed() before
157 bool wasDestroyed() const { return NULL == fGpu; } function in class:GrGpuResource

Completed in 94 milliseconds