OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QWKPagePrivate
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp
89
QWKPagePrivate
::
QWKPagePrivate
(QWKPage* qq, QWKContext* c)
103
QWKPagePrivate
::~
QWKPagePrivate
()
109
void
QWKPagePrivate
::init(QGraphicsItem* view, QGraphicsWKView::BackingStoreType backingStoreType)
116
void
QWKPagePrivate
::setCursor(const WebCore::Cursor& cursor)
123
void
QWKPagePrivate
::setViewportArguments(const ViewportArguments& args)
129
PassOwnPtr<DrawingAreaProxy>
QWKPagePrivate
::createDrawingAreaProxy()
141
void
QWKPagePrivate
::setViewNeedsDisplay(const WebCore::IntRect& rect)
146
void
QWKPagePrivate
::displayView(
[
all
...]
qwkcontext.h
41
friend class
QWKPagePrivate
;
qwkpage_p.h
41
class
QWKPagePrivate
: WebKit::PageClient {
43
QWKPagePrivate
(QWKPage*, QWKContext*);
44
~
QWKPagePrivate
();
46
static
QWKPagePrivate
* get(QWKPage* page) { return page->d; }
ClientImpl.cpp
46
QWKPagePrivate
::get(toQWKPage(clientInfo))->updateNavigationActions();
54
QWKPagePrivate
::get(toQWKPage(clientInfo))->updateNavigationActions();
74
QWKPagePrivate
::get(toQWKPage(clientInfo))->updateNavigationActions();
145
QWKPagePrivate
* d =
QWKPagePrivate
::get(wkPage);
qwkhistory.h
79
friend class
QWKPagePrivate
;
qwkpage.h
20
class
QWKPagePrivate
;
149
QWKPagePrivate
* d;
153
friend class
QWKPagePrivate
;
Completed in 52 milliseconds