Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/include/gpu/
DGrGpuObject.h46 bool wasDestroyed() const { return NULL == fGpu; } in wasDestroyed() function
/external/skia/include/gpu/
DGrGpuObject.h46 bool wasDestroyed() const { return NULL == fGpu; } in wasDestroyed() function
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElement.cpp128 void CustomElement::wasDestroyed(Element* element) in wasDestroyed() function in WebCore::CustomElement