HomeSort by relevance Sort by last modified time
    Searched refs:hostWindow (Results 1 - 25 of 49) sorted by null

1 2

  /external/webkit/WebCore/platform/chromium/
FramelessScrollView.cpp 40 // Remove native scrollbars now before we lose the connection to the HostWindow.
61 if (HostWindow* h = hostWindow())
65 HostWindow* FramelessScrollView::hostWindow() const
FramelessScrollView.h 72 virtual HostWindow* hostWindow() const;
  /external/webkit/WebCore/platform/gtk/
ScrollViewGtk.cpp 39 #include "HostWindow.h"
132 gtk_container_add(GTK_CONTAINER(hostWindow()->platformPageClient()), child->platformWidget());
139 // HostWindow can be NULL here. If that's the case
141 if (hostWindow())
142 parent = GTK_WIDGET(hostWindow()->platformPageClient());
158 GtkWidget* measuredWidget = hostWindow()->platformPageClient();
192 if (hostWindow())
193 hostWindow()->scrollbarsModeDidChange();
WidgetGtk.cpp 34 #include "HostWindow.h"
58 gtk_widget_grab_focus(platformWidget() ? platformWidget() : GTK_WIDGET(root()->hostWindow()->platformPageClient()));
79 gdk_window_set_cursor(gdkDrawable(platformWidget()) ? GDK_WINDOW(gdkDrawable(platformWidget())) : GTK_WIDGET(root()->hostWindow()->platformPageClient())->window, platformCursor);
PlatformScreenGtk.cpp 34 #include "HostWindow.h"
52 GtkWidget* container = GTK_WIDGET(widget->root()->hostWindow()->platformPageClient());
100 GtkWidget* container = gtk_widget_get_toplevel(GTK_WIDGET(widget->root()->hostWindow()->platformPageClient()));
125 GtkWidget* container = GTK_WIDGET(widget->root()->hostWindow()->platformPageClient());
  /external/webkit/WebCore/platform/
PopupMenuClient.h 31 class HostWindow;
61 virtual HostWindow* hostWindow() const = 0;
ScrollView.cpp 30 #include "HostWindow.h"
293 // that contains both it and message headers. Let the HostWindow know about this scroll so that it can pass the message
297 if (hostWindow())
298 hostWindow()->scrollRectIntoView(rect, this);
497 if (!hostWindow())
508 hostWindow()->repaint(updateRect, false);
515 hostWindow()->repaint(panScrollIconDirtyRect, true);
520 hostWindow()->scroll(-scrollDelta, scrollViewRect, clipRect);
524 hostWindow()->repaint(updateRect, true, false, true); // Invalidate the backing store and repaint it synchronously
532 hostWindow()->paint()
    [all...]
  /external/webkit/WebCore/platform/qt/
PlatformScreenQt.cpp 37 #include "HostWindow.h"
50 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
62 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
WidgetQt.cpp 38 #include "HostWindow.h"
85 QWebPageClient* pageClient = root()->hostWindow()->platformPageClient();
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 258 HWND hostWindow;
259 if (!SUCCEEDED(m_inspectedWebView->hostWindow((OLE_HANDLE*)&hostWindow)))
263 GetClientRect(hostWindow, &hostWindowRect);
336 HWND hostWindow;
337 if (SUCCEEDED(m_inspectedWebView->hostWindow((OLE_HANDLE*)&hostWindow)))
338 SendMessage(hostWindow, WM_SIZE, 0, 0);
369 HWND hostWindow;
370 if (FAILED(m_inspectedWebView->hostWindow(reinterpret_cast<OLE_HANDLE*>(&hostWindow)))
    [all...]
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 35 #include "HostWindow.h"
206 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
289 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
301 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
313 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
326 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
339 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
352 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
365 wxWebView* webKitWin = dynamic_cast<wxWebView*>(frame->view()->hostWindow()->platformPageClient());
  /external/webkit/WebKit/chromium/src/
SuggestionsPopupMenuClient.cpp 124 HostWindow* SuggestionsPopupMenuClient::hostWindow() const
126 return m_textField->document()->view()->hostWindow();
SuggestionsPopupMenuClient.h 83 virtual WebCore::HostWindow* hostWindow() const;
  /external/webkit/WebKit/mac/WebView/
WebDocument.h 71 @param hostWindow The host window for the document view.
74 - (void)viewWillMoveToHostWindow:(NSWindow *)hostWindow;
WebViewData.mm 92 [hostWindow release];
WebViewData.h 87 NSWindow *hostWindow;
WebView.h 200 The close method will be called automatically when the window or hostWindow closes and shouldCloseWithWindow returns YES.
208 @abstract Set whether the receiver closes when either it's window or hostWindow closes.
209 @param close YES if the receiver should close when either it's window or hostWindow closes, otherwise NO.
215 @abstract Returns whether the receiver closes when either it's window or hostWindow closes.
217 @result YES if the receiver closes when either it's window or hostWindow closes, otherwise NO.
486 @param hostWindow The host window for the web view.
491 - (void)setHostWindow:(NSWindow *)hostWindow;
494 @method hostWindow
497 - (NSWindow *)hostWindow;
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 540 HWND hostWindow;
541 sender->hostWindow(reinterpret_cast<OLE_HANDLE*>(&hostWindow));
542 DestroyWindow(hostWindow);
549 HWND hostWindow;
550 sender->hostWindow(reinterpret_cast<OLE_HANDLE*>(&hostWindow));
551 SetForegroundWindow(hostWindow);
DumpRenderTree.cpp 928 HWND hostWindow;
929 webView->hostWindow(reinterpret_cast<OLE_HANDLE*>(&hostWindow));
966 if (window == hostWindow)
    [all...]
  /external/webkit/WebCore/platform/win/
PlatformScreenWin.cpp 30 #include "HostWindow.h"
43 HWND window = widget ? widget->root()->hostWindow()->platformPageClient() : 0;
PopupMenuWin.cpp 33 #include "HostWindow.h"
127 HWND hostWindow = view->hostWindow()->platformPageClient();
143 hostWindow, 0, Page::instanceHandle(), this);
160 ::GetWindowRect(hostWindow, &viewRect);
184 ::SetCapture(hostWindow);
195 msg.hwnd = hostWindow;
254 if (activeWindow != hostWindow && !::IsChild(activeWindow, hostWindow))
256 if (::GetCapture() != hostWindow)
    [all...]
  /external/webkit/WebCore/rendering/
RenderMenuList.h 96 virtual HostWindow* hostWindow() const;
RenderTextControlSingleLine.h 120 virtual HostWindow* hostWindow() const;
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 43 #include "HostWindow.h"
111 GtkWidget* parentWidget = parentFrame->view()->hostWindow()->platformPageClient();
231 GtkWidget* widget = m_parentFrame->view()->hostWindow()->platformPageClient();
368 GtkWidget* widget = m_parentFrame->view()->hostWindow()->platformPageClient();
718 *((XID *)w) = GDK_WINDOW_XWINDOW(m_parentFrame->view()->hostWindow()->platformPageClient()->window);
722 *w = GDK_WINDOW_HWND(m_parentFrame->view()->hostWindow()->platformPageClient()->window);
764 gtk_widget_queue_draw(m_parentFrame->view()->hostWindow()->platformPageClient());
843 gtk_container_add(GTK_CONTAINER(m_parentFrame->view()->hostWindow()->platformPageClient()), platformPluginWidget());
846 setPlatformWidget(gtk_xtbin_new(m_parentFrame->view()->hostWindow()->platformPageClient()->window, 0));
849 gtk_container_add(GTK_CONTAINER(m_parentFrame->view()->hostWindow()->platformPageClient()), platformPluginWidget())
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 580 if ([[self webView] hostWindow]) {
598 // the WebView might still has a hostWindow at that point, which prevents the plug-in from being destroyed.
631 } else if ([[self webView] hostWindow]) {
639 - (void)viewWillMoveToHostWindow:(NSWindow *)hostWindow
641 if (!hostWindow && ![self window]) {
652 if ([[self webView] hostWindow]) {
780 return [self window] ? [self window] : [[self webView] hostWindow];

Completed in 571 milliseconds

1 2