Home
last modified time | relevance | path

Searched refs:ChromeClientQt (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DChromeClientQt.cpp90 bool ChromeClientQt::dumpVisitedLinksCallbacks = false;
92 ChromeClientQt::ChromeClientQt(QWebPage* webPage) in ChromeClientQt() function in WebCore::ChromeClientQt
102 ChromeClientQt::~ChromeClientQt() in ~ChromeClientQt()
112 void ChromeClientQt::setWindowRect(const FloatRect& rect) in setWindowRect()
125 FloatRect ChromeClientQt::windowRect() in windowRect()
132 FloatRect ChromeClientQt::pageRect() in pageRect()
139 float ChromeClientQt::scaleFactor() in scaleFactor()
146 void ChromeClientQt::focus() in focus()
158 void ChromeClientQt::unfocus() in unfocus()
168 bool ChromeClientQt::canTakeFocus(FocusDirection) in canTakeFocus()
[all …]
DPopupMenuQt.h31 class ChromeClientQt; variable
38 PopupMenuQt(PopupMenuClient*, const ChromeClientQt*);
54 const ChromeClientQt* m_chromeClient;
DQtFallbackWebPopup.h38 class ChromeClientQt; variable
44 QtFallbackWebPopup(const ChromeClientQt*);
65 const ChromeClientQt* m_chromeClient;
DFullScreenVideoQt.h34 class ChromeClientQt; variable
87 FullScreenVideoQt(ChromeClientQt*);
104 ChromeClientQt* m_chromeClient;
DChromeClientQt.h57 class ChromeClientQt : public ChromeClient {
59 ChromeClientQt(QWebPage*);
60 virtual ~ChromeClientQt();
DPopupMenuQt.cpp83 PopupMenuQt::PopupMenuQt(PopupMenuClient* client, const ChromeClientQt* chromeClient) in PopupMenuQt()
DFullScreenVideoQt.cpp132 FullScreenVideoQt::FullScreenVideoQt(ChromeClientQt* chromeClient) in FullScreenVideoQt()
DQtFallbackWebPopup.cpp99 QtFallbackWebPopup::QtFallbackWebPopup(const ChromeClientQt* chromeClient) in QtFallbackWebPopup()
DWebPlatformStrategies.cpp91 QWebPage* qPage = static_cast<ChromeClientQt*>(page->chrome()->client())->m_webPage; in getPluginInfo()
DDumpRenderTreeSupportQt.cpp714 ChromeClientQt::dumpVisitedLinksCallbacks = b; in dumpVisitedLinksCallbacks()
/external/webkit/Source/WebKit/qt/Api/
Dqwebsecurityorigin.h30 class ChromeClientQt; variable
63 friend class WebCore::ChromeClientQt;
Dqwebpage.h55 class ChromeClientQt; variable
242 friend class WebCore::ChromeClientQt;
435 friend class WebCore::ChromeClientQt;
Dqwebframe.h58 class ChromeClientQt; variable
234 friend class WebCore::ChromeClientQt;
Dqwebpage_p.h44 class ChromeClientQt; variable
Dqwebpage.cpp322 pageClients.chromeClient = new ChromeClientQt(q); in QWebPagePrivate()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-16317 * WebCoreSupport/ChromeClientQt.h:
395 * WebCoreSupport/ChromeClientQt.cpp:
396 (WebCore::ChromeClientQt::closeWindowSoon):
464 * WebCoreSupport/ChromeClientQt.cpp:
465 (WebCore::ChromeClientQt::selectItemAlignmentFollowsMenuWritingDirection): Added.
466 * WebCoreSupport/ChromeClientQt.h:
634 * WebCoreSupport/ChromeClientQt.cpp:
635 (WebCore::ChromeClientQt::ChromeClientQt):
636 (WebCore::ChromeClientQt::~ChromeClientQt):
637 (WebCore::ChromeClientQt::fullScreenVideo):
[all …]
DChangeLog270 * WebCoreSupport/ChromeClientQt.cpp:
271 (WebCore::ChromeClientQt::invalidateWindow):
394 * WebCoreSupport/ChromeClientQt.cpp:
395 (WebCore::ChromeClientQt::ChromeClientQt):
396 (WebCore::ChromeClientQt::~ChromeClientQt):
397 * WebCoreSupport/ChromeClientQt.h:
466 * WebCoreSupport/ChromeClientQt.cpp:
505 * WebCoreSupport/ChromeClientQt.cpp:
506 (WebCore::ChromeClientQt::ChromeClientQt):
507 (WebCore::ChromeClientQt::~ChromeClientQt):
[all …]
DQtWebKit.pro170 $$PWD/WebCoreSupport/ChromeClientQt.cpp \
/external/webkit/Source/WebCore/
DChangeLog-2006-12-315601 * platform/qt/ChromeClientQt.cpp: Removed.
5602 * platform/qt/ChromeClientQt.h: Removed.
6220 * platform/qt/ChromeClientQt.cpp:
6221 (WebCore::ChromeClientQt::addMessageToConsole):
6222 (WebCore::ChromeClientQt::chromeDestroyed):
6223 * platform/qt/ChromeClientQt.h:
11537 * platform/qt/ChromeClientQt.cpp:
11538 (WebCore::ChromeClientQt::ref):
11539 (WebCore::ChromeClientQt::deref):
11540 * platform/qt/ChromeClientQt.h:
[all …]
DChangeLog-2008-08-1023537 assumed to be a ChromeClientQt, which the SVG Image support
56395 * Made ChromeClientQt::canTakeFocus() and takeFocus() dummy method since they are only
DChangeLog-2010-01-2913247 by ChromeClientQt.
/external/webkit/Tools/
DChangeLog-2009-06-168974 * Made ChromeClientQt::canTakeFocus() and takeFocus() dummy method since they are only
13451 Implement ChromeClientQt::closeWindowSoon and