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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PagePopup.h 38 // A PagePopup object is created by ChromeClient::openPagePopup(), and deleted
40 class PagePopup {
45 virtual ~PagePopup() { }
PagePopupDriver.h 32 class PagePopup;
37 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0;
38 virtual void closePagePopup(PagePopup*) = 0;
WindowPagePopup.idl 33 PerContextEnabled=PagePopup,
34 RuntimeEnabled=PagePopup,
PagePopupController.idl 34 RuntimeEnabled=PagePopup
ChromeClient.h 63 class PagePopup;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.h 39 class PagePopup;
52 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) OVERRIDE;
53 virtual void closePagePopup(PagePopup*) OVERRIDE;
MockPagePopupDriver.cpp 36 #include "core/page/PagePopup.h"
42 class MockPagePopup : public PagePopup, public RefCounted<MockPagePopup> {
128 PagePopup* MockPagePopupDriver::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView)
143 void MockPagePopupDriver::closePagePopup(PagePopup* popup)
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.h 37 class PagePopup;
67 PagePopup* m_popup;
DateTimeChooserImpl.h 42 class PagePopup;
67 PagePopup* m_popup;
WebPagePopupImpl.h 34 #include "core/page/PagePopup.h"
54 , public PagePopup
88 // PagePopup function
115 // WebPagePopupImpl is the only implementation of PagePopup, so no
117 DEFINE_TYPE_CASTS(WebPagePopupImpl, PagePopup, popup, true, true);
ChromeClientImpl.h 160 PagePopup* openPagePopup(PagePopupClient*, const IntRect&);
161 void closePagePopup(PagePopup*);
WebViewImpl.h 140 virtual WebPagePopup* pagePopup() const OVERRIDE;
412 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) OVERRIDE;
413 virtual void closePagePopup(PagePopup*) OVERRIDE;
WebPagePopupImpl.cpp 181 if (type == ContextFeatures::PagePopup)
ChromeClientImpl.cpp 737 PagePopup* ChromeClientImpl::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView)
743 void ChromeClientImpl::closePagePopup(PagePopup* popup)
WebViewImpl.cpp 494 RefPtr<WebPagePopupImpl> pagePopup;
497 pagePopup = m_pagePopup;
534 if (m_pagePopup && pagePopup && m_pagePopup->hasSamePopupClient(pagePopup.get())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContextFeatures.cpp 56 return document->contextFeatures().isEnabled(document, PagePopup, false);
ContextFeatures.h 49 PagePopup = 0,
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
PickerIndicatorElement.h 42 class PagePopup;

Completed in 815 milliseconds