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

  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.h 56 class WebPopupMenuImpl : public WebPopupMenu,
58 public RefCounted<WebPopupMenuImpl> {
85 // WebPopupMenuImpl
101 friend class WTF::RefCounted<WebPopupMenuImpl>;
103 WebPopupMenuImpl(WebWidgetClient* client);
104 ~WebPopupMenuImpl();
WebPopupMenuImpl.cpp 32 #include "WebPopupMenuImpl.h"
59 // Pass the WebPopupMenuImpl's self-reference to the caller.
60 return adoptRef(new WebPopupMenuImpl(client)).leakRef();
65 WebPopupMenuImpl::WebPopupMenuImpl(WebWidgetClient* client)
73 WebPopupMenuImpl::~WebPopupMenuImpl()
79 void WebPopupMenuImpl::Init(FramelessScrollView* widget, const WebRect& bounds)
90 void WebPopupMenuImpl::MouseMove(const WebMouseEvent& event)
99 void WebPopupMenuImpl::MouseLeave(const WebMouseEvent& event
    [all...]

Completed in 24 milliseconds