Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.h206 HTMLFormElement* currentForm() const;
DFrameSelection.cpp1760 HTMLFormElement* FrameSelection::currentForm() const in currentForm() function in blink::FrameSelection
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp355 HTMLFormElement* form = selectedFrame->selection().currentForm(); in showContextMenu()