Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingBehavior.h68 bool shouldNavigateBackOnBackspace() const in shouldNavigateBackOnBackspace() function
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp3382 if (!m_frame->editor().behavior().shouldNavigateBackOnBackspace()) in defaultBackspaceEventHandler()