Home | History | Annotate | Download | only in src

Lines Matching full:frame

35 #include "Frame.h"
119 const Frame* frame = m_webView->focusedWebCoreFrame();
120 if (!frame)
122 const Editor* editor = frame->editor();
127 const Document* document = frame->document();
134 // markers being deleted. Also, the Frame will decide not to do spellchecking
136 // to the Frame's behavior.
270 Frame* frame = m_webView->focusedWebCoreFrame();
271 if (frame)
272 m_webView->client()->didChangeSelection(!frame->selection()->isRange());
550 Frame* frame = evt->target()->toNode()->document()->frame();
551 if (!frame)
555 Editor::Command command = frame->editor()->command(commandName);
617 if (!frame->editor()->canEdit())
620 return frame->editor()->insertText(evt->keyEvent()->text(), evt);
667 WebFrameImpl* webframe = WebFrameImpl::fromFrame(inputElement->document()->frame());
758 WebFrameImpl* webframe = WebFrameImpl::fromFrame(inputElement->document()->frame());
789 WebFrameImpl* webframe = WebFrameImpl::fromFrame(textField->document()->frame());