OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wxWebKitSelection
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit/wx/
WebDOMSelection.h
47
class WXDLLIMPEXP_WEBKIT
wxWebKitSelection
: public wxObject {
53
wxWebKitSelection
() {}
54
wxWebKitSelection
(WebCore::SelectionController* selection)
58
wxWebKitSelection
(const
wxWebKitSelection
&);
59
~
wxWebKitSelection
() { m_selection = 0; }
WebDOMSelection.cpp
43
IMPLEMENT_DYNAMIC_CLASS(
wxWebKitSelection
, wxObject)
45
wxWebKitSelection
::
wxWebKitSelection
(const
wxWebKitSelection
& other)
50
WebDOMElement*
wxWebKitSelection
::GetRootEditableElement() const
58
WebDOMRange*
wxWebKitSelection
::GetAsRange()
WebFrame.h
143
wxWebKitSelection
GetSelection();
WebFrame.cpp
214
wxWebKitSelection
wxWebFrame::GetSelection()
217
return
wxWebKitSelection
(m_impl->frame->selection());
WebView.h
165
wxWebKitSelection
GetSelection();
WebView.cpp
494
wxWebKitSelection
wxWebView::GetSelection()
Completed in 31 milliseconds