Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp2068 static inline bool areCursorsEqual(const RenderStyle* a, const RenderStyle* b) in areCursorsEqual() function
2105 if (oldStyle && !areCursorsEqual(oldStyle, style())) { in styleDidChange()