HomeSort by relevance Sort by last modified time
    Searched refs:WebPopupMenuImpl (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.cpp 32 #include "web/WebPopupMenuImpl.h"
68 // Pass the WebPopupMenuImpl's self-reference to the caller.
69 return adoptRef(new WebPopupMenuImpl(client)).leakRef();
74 WebPopupMenuImpl::WebPopupMenuImpl(WebWidgetClient* client)
83 WebPopupMenuImpl::~WebPopupMenuImpl()
89 void WebPopupMenuImpl::willCloseLayerTreeView()
94 void WebPopupMenuImpl::initialize(FramelessScrollView* widget, const WebRect& bounds)
115 void WebPopupMenuImpl::handleMouseMove(const WebMouseEvent& event
    [all...]
WebPopupMenuImpl.h 63 class WebPopupMenuImpl : public WebPopupMenu, public WebCore::FramelessScrollViewClient, public WebContentLayerClient, public RefCounted<WebPopupMenuImpl> {
97 // WebPopupMenuImpl
114 friend class WTF::RefCounted<WebPopupMenuImpl>;
116 WebPopupMenuImpl(WebWidgetClient*);
117 ~WebPopupMenuImpl();
145 DEFINE_TYPE_CASTS(WebPopupMenuImpl, WebWidget, widget, widget->isPopupMenu(), widget.isPopupMenu());
146 // WebPopupMenuImpl is the only implementation of FramelessScrollViewClient, so
148 DEFINE_TYPE_CASTS(WebPopupMenuImpl, WebCore::FramelessScrollViewClient, client, true, true);
blink_web.target.darwin-arm.mk 225 third_party/WebKit/Source/web/WebPopupMenuImpl.cpp \
blink_web.target.darwin-arm64.mk 225 third_party/WebKit/Source/web/WebPopupMenuImpl.cpp \
blink_web.target.darwin-mips.mk 225 third_party/WebKit/Source/web/WebPopupMenuImpl.cpp \
blink_web.target.darwin-x86.mk 225 third_party/WebKit/Source/web/WebPopupMenuImpl.cpp \
blink_web.target.darwin-x86_64.mk 225 third_party/WebKit/Source/web/WebPopupMenuImpl.cpp \
blink_web.target.linux-arm.mk 225 third_party/WebKit/Source/web/WebPopupMenuImpl.cpp \
blink_web.target.linux-arm64.mk 225 third_party/WebKit/Source/web/WebPopupMenuImpl.cpp \
blink_web.target.linux-mips.mk 225 third_party/WebKit/Source/web/WebPopupMenuImpl.cpp \
blink_web.target.linux-x86.mk 225 third_party/WebKit/Source/web/WebPopupMenuImpl.cpp \
blink_web.target.linux-x86_64.mk 225 third_party/WebKit/Source/web/WebPopupMenuImpl.cpp \
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 65 #include "web/WebPopupMenuImpl.h"
147 class TestWebPopupMenuImpl : public WebPopupMenuImpl {
157 TestWebPopupMenuImpl(WebWidgetClient* client) : WebPopupMenuImpl(client) { }

Completed in 233 milliseconds