Home
last modified time | relevance | path

Searched refs:elementComparable (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Tools/DumpRenderTree/win/
DAccessibilityControllerWin.cpp277 COMPtr<IAccessibleComparable> elementComparable = comparableObject(elementServiceProvider); in notificationReceived() local
278 if (!elementComparable) in notificationReceived()
282 thisComparable->isSameObject(elementComparable.get(), &isSame); in notificationReceived()