OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wxWebKitSelection
(Results
1 - 2
of
2
) 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()
Completed in 19 milliseconds