OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QGraphicsWebView
(Results
1 - 18
of
18
) sorted by null
/external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp
22
#include "
qgraphicswebview
.h"
55
QGraphicsWebViewPrivate(
QGraphicsWebView
* parent)
75
QGraphicsWebView
* q;
156
\class
QGraphicsWebView
157
\brief The
QGraphicsWebView
class allows Web content to be added to a GraphicsView.
170
for this item, making it simple to adapt existing code to use
QGraphicsWebView
instead
186
\fn void
QGraphicsWebView
::titleChanged(const QString &title)
194
\fn void
QGraphicsWebView
::urlChanged(const QUrl &url)
202
\fn void
QGraphicsWebView
::iconChanged()
213
\fn void
QGraphicsWebView
::loadStarted(
[
all
...]
qgraphicswebview.h
40
class QWEBKIT_EXPORT
QGraphicsWebView
: public QGraphicsWidget {
57
explicit
QGraphicsWebView
(QGraphicsItem* parent = 0);
58
~
QGraphicsWebView
();
qwebframe.h
227
friend class
QGraphicsWebView
;
qwebpage.h
432
friend class
QGraphicsWebView
;
/external/webkit/Source/WebKit/qt/tests/benchmarks/webgl/
tst_webgl.cpp
24
#include <
QGraphicsWebView
>
52
QGraphicsWebView
* m_webView;
63
m_webView = new
QGraphicsWebView
;
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp
25
#include <
qgraphicswebview
.h>
38
void
qgraphicswebview
();
59
void tst_QGraphicsWebView::
qgraphicswebview
()
function in class:tst_QGraphicsWebView
61
QGraphicsWebView
item;
88
QGraphicsWebView
* webView;
100
class GraphicsWebView : public
QGraphicsWebView
105
GraphicsWebView(QGraphicsItem* parent = 0):
QGraphicsWebView
(parent)
118
QGraphicsWebView
::sceneEvent(&presEv);
119
QGraphicsWebView
::sceneEvent(&relEv);
128
QGraphicsWebView
* webView = new QGraphicsWebView
[
all
...]
/external/webkit/Tools/QtTestBrowser/
webview.h
39
#include <
qgraphicswebview
.h>
60
class GraphicsWebView : public
QGraphicsWebView
{
64
GraphicsWebView(QGraphicsItem* parent = 0) :
QGraphicsWebView
(parent) {};
webview.cpp
253
QGraphicsWebView
::mousePressEvent(event);
launcherwindow.cpp
588
QGraphicsWebView
* view = static_cast<WebViewGraphicsBased*>(m_view)->graphicsWebView();
596
QGraphicsWebView
* view = static_cast<WebViewGraphicsBased*>(m_view)->graphicsWebView();
[
all
...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.h
29
#include "
qgraphicswebview
.h"
148
PageClientQGraphicsWidget(
QGraphicsWebView
* newView, QWebPage* newPage)
163
// this
QGraphicsWebView
as the scrollbars are needed when there's no compositing
207
//
QGraphicsWebView
can render composited layers
213
QGraphicsWebView
* view;
QtFallbackWebPopup.cpp
28
#include "
qgraphicswebview
.h"
139
if (
QGraphicsWebView
*webView = qobject_cast<
QGraphicsWebView
*>(pageClient()->pluginParent())) {
/external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.h
45
#include <
qgraphicswebview
.h>
228
QGraphicsWebView
* graphicsView() const { return m_item; }
232
QGraphicsWebView
* m_item;
DumpRenderTreeQt.cpp
408
: m_item(new
QGraphicsWebView
)
[
all
...]
/external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp
55
#include "
qgraphicswebview
.h"
404
if (
QGraphicsWebView
*webView = qobject_cast<
QGraphicsWebView
*>(client->pluginParent()))
/external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp
86
:
QGraphicsWebView
(parent)
102
QGraphicsWebView
::mousePressEvent(event);
112
QGraphicsWebView
::mouseReleaseEvent(event);
141
QGraphicsWebView
::mouseMoveEvent(event);
146
bool rv =
QGraphicsWebView
::sceneEvent(event);
[
all
...]
qdeclarativewebview_p.h
29
#include "
qgraphicswebview
.h"
63
class GraphicsWebView : public
QGraphicsWebView
{
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp
11
#include <
QGraphicsWebView
>
109
QEXPECT_FAIL("", "TODO: get preferred width from
QGraphicsWebView
result", Continue);
111
QEXPECT_FAIL("", "TODO: get preferred height from
QGraphicsWebView
result", Continue);
185
QEXPECT_FAIL("", "TODO: get preferred width from
QGraphicsWebView
result", Continue);
364
QGraphicsWebView
view;
378
QGraphicsWebView
view;
/external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp
36
#include <
qgraphicswebview
.h>
737
QGraphicsWebView
webView;
[
all
...]
Completed in 229 milliseconds