Searched refs:needsKeyboardEventDisambiguationQuirks (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DKeyboardEvent.cpp136 backwardCompatibilityMode = view()->frame()->eventHandler()->needsKeyboardEventDisambiguationQuirks();
/external/webkit/Source/WebCore/page/
H A DEventHandler.h186 bool needsKeyboardEventDisambiguationQuirks() const;
H A DSettings.h221 bool needsKeyboardEventDisambiguationQuirks() const { return m_needsKeyboardEventDisambiguationQuirks; } function in class:WebCore::Settings
H A DEventHandler.cpp2447 bool EventHandler::needsKeyboardEventDisambiguationQuirks() const function in class:EventHandler
2501 bool backwardCompatibilityMode = needsKeyboardEventDisambiguationQuirks();
/external/webkit/Source/WebCore/page/mac/
H A DEventHandlerMac.mm743 bool EventHandler::needsKeyboardEventDisambiguationQuirks() const
759 if (settings->needsKeyboardEventDisambiguationQuirks())

Completed in 2072 milliseconds