Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/events/
DTextEvent.cpp62 , m_shouldMatchStyle(false) in TextEvent()
72 , m_shouldMatchStyle(false) in TextEvent()
83 , m_shouldMatchStyle(shouldMatchStyle) in TextEvent()
DTextEvent.h60 bool shouldMatchStyle() const { return m_shouldMatchStyle; } in shouldMatchStyle()
76 bool m_shouldMatchStyle; variable