Home
last modified time | relevance | path

Searched refs:QWebInspector (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
Dqwebinspector.cpp81 QWebInspector::QWebInspector(QWidget* parent) in QWebInspector() function in QWebInspector
90 QWebInspector::~QWebInspector() in ~QWebInspector()
112 void QWebInspector::setPage(QWebPage* page) in setPage()
135 QWebPage* QWebInspector::page() const in page()
141 QSize QWebInspector::sizeHint() const in sizeHint()
147 bool QWebInspector::event(QEvent* ev) in event()
153 void QWebInspector::resizeEvent(QResizeEvent* event) in resizeEvent()
159 void QWebInspector::showEvent(QShowEvent* event) in showEvent()
169 void QWebInspector::hideEvent(QHideEvent* event) in hideEvent()
178 void QWebInspector::closeEvent(QCloseEvent* event) in closeEvent()
Dqwebinspector_p.h27 class QWebInspector; variable
32 QWebInspectorPrivate(QWebInspector* qq) in QWebInspectorPrivate()
44 QWebInspector* q;
Dqwebinspector.h30 class QWEBKIT_EXPORT QWebInspector : public QWidget {
33 QWebInspector(QWidget* parent = 0);
34 ~QWebInspector();
Dqwebpage_p.h65 class QWebInspector; variable
152 void setInspector(QWebInspector*);
153 QWebInspector* getOrCreateInspector();
210 QWebInspector* inspector;
Dqwebpage.h434 friend class QWebInspector; variable
Dqwebpage.cpp1462 void QWebPagePrivate::setInspector(QWebInspector* insp) in setInspector()
1468 QWebInspector* inspToDelete = inspector; in setInspector()
1486 QWebInspector* QWebPagePrivate::getOrCreateInspector() in getOrCreateInspector()
1490 QWebInspector* insp = new QWebInspector; in getOrCreateInspector()
/external/webkit/Tools/QtTestBrowser/
Dwebinspector.h34 class WebInspector : public QWebInspector {
38 WebInspector(QWidget* parent = 0) : QWebInspector(parent) {} in QWebInspector() function
46 QWebInspector::showEvent(event); in showEvent()
51 QWebInspector::hideEvent(event); in hideEvent()
/external/webkit/Source/WebKit/qt/tests/qwebinspector/
Dtst_qwebinspector.cpp39 QWebInspector* inspector = new QWebInspector(); in attachAndDestroy()
50 QWebInspector* inspector = new QWebInspector(); in attachAndDestroy()
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/
Dqtwebkit_qwebinspector_snippet.cpp10 QWebInspector *inspector = new QWebInspector; in wrapInFunction()
/external/webkit/Source/WebKit/qt/symbian/bwins/
DQtWebKitu.def22 ??0QWebInspector@@QAE@PAVQWidget@@@Z @ 21 NONAME ; QWebInspector::QWebInspector(class QWidget *)
44 ??1QWebInspector@@UAE@XZ @ 43 NONAME ; QWebInspector::~QWebInspector(void)
74 ??_EQWebInspector@@UAE@I@Z @ 73 NONAME ; QWebInspector::~QWebInspector(unsigned int)
166 ?event@QWebInspector@@UAE_NPAVQEvent@@@Z @ 165 NONAME ; bool QWebInspector::event(class QEvent *)
207 …?getStaticMetaObject@QWebInspector@@SAABUQMetaObject@@XZ @ 206 NONAME ; struct QMetaObject const &…
222 …?hideEvent@QWebInspector@@MAEXPAVQHideEvent@@@Z @ 221 NONAME ; void QWebInspector::hideEvent(class…
310 …?metaObject@QWebInspector@@UBEPBUQMetaObject@@XZ @ 309 NONAME ; struct QMetaObject const * QWebIns…
338 …?page@QWebInspector@@QBEPAVQWebPage@@XZ @ 337 NONAME ; class QWebPage * QWebInspector::page(void) …
390 …?qt_metacall@QWebInspector@@UAEHW4Call@QMetaObject@@HPAPAX@Z @ 389 NONAME ; int QWebInspector::qt_…
398 …?qt_metacast@QWebInspector@@UAEPAXPBD@Z @ 397 NONAME ; void * QWebInspector::qt_metacast(char cons…
[all …]
/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTreeQt.h186 QWebInspector* webInspector();
218 QWebInspector* m_webInspector;
DDumpRenderTreeQt.cpp172 QWebInspector* WebPage::webInspector() in webInspector()
175 m_webInspector = new QWebInspector; in webInspector()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DInspectorClientQt.cpp210 QWebInspector* inspector = m_inspectedWebPage->d->getOrCreateInspector(); in openInspectorFrontend()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-161993 [Qt] Memory leak in QWebInspector
1996 Delete QWebInspectorPrivate in ~QWebInspector()
1999 (QWebInspector::~QWebInspector):
5414 The code which instantiates QWebInspector uses this by setting the
5416 QWebInspector. The value of this property should be a
9302 and QWebInspector::closeEvent to match QtWebkit 4.6 branch
9947 (QWebInspector::hideEvent):
9948 (QWebInspector::closeEvent):
11406 will not be fully functional (most notable QWebInspector) if
11410 (QWebInspector::showEvent):
[all …]