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

  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.h 51 class WebPagePopupImpl : public WebPagePopup,
54 public RefCounted<WebPagePopupImpl> {
55 WTF_MAKE_NONCOPYABLE(WebPagePopupImpl);
59 virtual ~WebPagePopupImpl();
64 bool hasSamePopupClient(WebPagePopupImpl* other) { return other && m_popupClient == other->m_popupClient; }
82 explicit WebPagePopupImpl(WebWidgetClient*);
WebPagePopupImpl.cpp 32 #include "WebPagePopupImpl.h"
64 explicit PagePopupChromeClient(WebPagePopupImpl* popup)
145 WebPagePopupImpl* m_popup;
159 // WebPagePopupImpl ----------------------------------------------------------------
161 WebPagePopupImpl::WebPagePopupImpl(WebWidgetClient* client)
168 WebPagePopupImpl::~WebPagePopupImpl()
173 bool WebPagePopupImpl::initialize(WebViewImpl* webView, PagePopupClient* popupClient, const IntRect&)
190 bool WebPagePopupImpl::initializePage(
    [all...]

Completed in 899 milliseconds