Searched refs:QWebPageAdapter (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h48 class QWebPageAdapter;
94 static void executeCoreCommandByName(QWebPageAdapter*, const QString& name, const QString& value);
95 static bool isCommandEnabled(QWebPageAdapter*, const QString& name);
96 static QVariantList selectedRange(QWebPageAdapter*);
97 static QVariantList firstRectForCharacterRange(QWebPageAdapter*, int location, int length);
98 static void confirmComposition(QWebPageAdapter*, const char* text);
101 static void setFrameFlatteningEnabled(QWebPageAdapter*, bool);
102 static void setCaretBrowsingEnabled(QWebPageAdapter*, bool value);
103 static void setAuthorAndUserStylesEnabled(QWebPageAdapter*, bool);
113 static void webInspectorExecuteScript(QWebPageAdapter*, lon
[all...]
H A DInitWebCoreQt.h39 class QWebPageAdapter;
41 typedef WebCore::QStyleFacade* (*QtStyleFacadeFactoryFunction)(QWebPageAdapter*);
H A DGeolocationPermissionClientQt.cpp36 #include "QWebPageAdapter.h"
66 QWebPageAdapter* page = QWebPageAdapter::kit(webFrame->frame->page());
75 QWebPageAdapter* page = QWebPageAdapter::kit(webFrame->frame->page());
H A DGeolocationClientQt.h40 class QWebPageAdapter;
49 GeolocationClientQt(const QWebPageAdapter*);
66 const QWebPageAdapter* m_webPage;
H A DInspectorClientQt.h43 class QWebPageAdapter;
54 explicit InspectorClientQt(QWebPageAdapter*);
73 QWebPageAdapter* m_inspectedWebPage;
74 QWebPageAdapter* m_frontendWebPage;
84 InspectorFrontendClientQt(QWebPageAdapter* inspectedWebPage, PassOwnPtr<QObject> inspectorView, WebCore::Page* inspectorPage, InspectorClientQt*);
108 QWebPageAdapter* m_inspectedWebPage;
H A DQWebPageAdapter.cpp22 #include "QWebPageAdapter.h"
116 bool QWebPageAdapter::drtRun = false;
118 typedef QWebPageAdapter::MenuItemDescription MenuItem;
171 QWebPageAdapter::QWebPageAdapter() function in class:QWebPageAdapter
185 void QWebPageAdapter::initializeWebCorePage()
188 const bool useMock = QWebPageAdapter::drtRun;
247 QWebPageAdapter::~QWebPageAdapter()
257 void QWebPageAdapter
[all...]
H A DGeolocationPermissionClientQt.h41 class QWebPageAdapter;
H A DUndoStepQt.h43 friend class QWebPageAdapter;
H A DDumpRenderTreeSupportQt.cpp66 #include "QWebPageAdapter.h"
101 ASSERT(QWebPageAdapter::drtRun);
109 ASSERT(QWebPageAdapter::drtRun);
213 QWebPageAdapter::drtRun = b;
220 void DumpRenderTreeSupportQt::setFrameFlatteningEnabled(QWebPageAdapter* adapter, bool enabled)
225 void DumpRenderTreeSupportQt::webPageSetGroupName(QWebPageAdapter *adapter, const QString& groupName)
230 QString DumpRenderTreeSupportQt::webPageGroupName(QWebPageAdapter* adapter)
235 void DumpRenderTreeSupportQt::webInspectorExecuteScript(QWebPageAdapter* adapter, long callId, const QString& script)
244 void DumpRenderTreeSupportQt::webInspectorShow(QWebPageAdapter* adapter)
253 void DumpRenderTreeSupportQt::webInspectorClose(QWebPageAdapter* adapte
[all...]
H A DEditorClientQt.h39 class QWebPageAdapter;
45 EditorClientQt(QWebPageAdapter*);
119 QWebPageAdapter* m_page;
H A DQWebFrameAdapter.h54 class QWebPageAdapter;
94 friend class QWebPageAdapter;
223 QWebPageAdapter* pageAdapter;
236 void init(QWebPageAdapter*);
237 void init(QWebPageAdapter*, QWebFrameData*);
H A DNotificationPresenterClientQt.h45 class QWebPageAdapter;
130 QWebPageAdapter* toPage(ScriptExecutionContext*);
H A DInitWebCoreQt.cpp62 QWebPageAdapter* pageAdapter = 0;
H A DQWebPageAdapter.h67 class WEBKIT_EXPORTDATA QWebPageAdapter { class
136 QWebPageAdapter();
137 virtual ~QWebPageAdapter();
140 // the QWebPageAdapter and the QWebPagePrivate are intact when
152 virtual QWebPageAdapter* createWindow(bool /*dialog*/) = 0;
196 virtual void createWebInspector(QObject** inspectorView, QWebPageAdapter** inspectorPage) = 0;
250 static QWebPageAdapter* kit(WebCore::Page*);
H A DChromeClientQt.h45 class QWebPageAdapter;
65 ChromeClientQt(QWebPageAdapter*);
205 QWebPageAdapter* m_webPage;
H A DInspectorClientQt.cpp42 #include "QWebPageAdapter.h"
138 InspectorClientQt::InspectorClientQt(QWebPageAdapter* page)
168 QWebPageAdapter* inspectorPage = 0;
281 InspectorFrontendClientQt::InspectorFrontendClientQt(QWebPageAdapter* inspectedWebPage, PassOwnPtr<QObject> inspectorView, WebCore::Page* inspectorPage, InspectorClientQt* inspectorClient)
H A DGeolocationClientQt.cpp37 #include "QWebPageAdapter.h"
45 GeolocationClientQt::GeolocationClientQt(const QWebPageAdapter* page)
H A DNotificationPresenterClientQt.cpp41 #include "QWebPageAdapter.h"
369 QWebPageAdapter* page = QWebPageAdapter::kit(frame->frame->page());
478 QWebPageAdapter* NotificationPresenterClientQt::toPage(ScriptExecutionContext* context)
489 return QWebPageAdapter::kit(page);
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DQtFallbackWebPopup.h33 class QWebPageAdapter;
42 QtFallbackWebPopup(const QWebPageAdapter*);
60 const QWebPageAdapter* m_page;
H A DQStyleFacadeImp.h38 class QWebPageAdapter;
44 QStyleFacadeImp(QWebPageAdapter* = 0);
47 static WebCore::QStyleFacade* create(QWebPageAdapter* page)
88 QWebPageAdapter* m_page;
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebhistory_p.h29 class QWebPageAdapter;
66 QWebPageAdapter* page();
H A Dqwebhistory.h104 friend class QWebPageAdapter;
H A Dqwebhistory.cpp32 #include <QWebPageAdapter.h>
564 QWebPageAdapter* QWebHistoryPrivate::page()
566 return QWebPageAdapter::kit(static_cast<WebCore::BackForwardListImpl*>(lst)->page());
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage.cpp271 QWebPageAdapter *QWebPagePrivate::createWindow(bool dialog)
403 bool QWebPagePrivate::errorPageExtension(QWebPageAdapter::ErrorPageOption *opt, QWebPageAdapter::ErrorPageReturn *out)
452 case QWebPageAdapter::Name: return QWebPage::Name
454 static QWebPage::WebAction webActionForAdapterMenuAction(QWebPageAdapter::MenuAction action)
459 case QWebPageAdapter::InspectElement: return QWebPage::InspectElement;
469 case QWebPage::Name: return QWebPageAdapter::Name
471 static QWebPageAdapter::MenuAction adapterMenuActionForWebAction(QWebPage::WebAction action)
476 case QWebPage::InspectElement: return QWebPageAdapter::InspectElement;
482 return QWebPageAdapter
[all...]
H A Dqwebpage_p.h24 #include "QWebPageAdapter.h"
70 class QWebPagePrivate : public QWebPageAdapter {
83 virtual QWebPageAdapter* createWindow(bool /*dialog*/) OVERRIDE;
125 virtual void createWebInspector(QObject** inspectorView, QWebPageAdapter** inspectorPage) OVERRIDE;

Completed in 222 milliseconds

12