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

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventTarget.h84 // REFCOUNTED_EVENT_TARGET(YourClassName) and
153 // Subclasses should likely not override these themselves; instead, they should use the REFCOUNTED_EVENT_TARGET() macro.
270 #define REFCOUNTED_EVENT_TARGET(className) DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCounted<className>) macro

Completed in 82 milliseconds