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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/page/
PagePopupDriver.h 33 class PagePopupClient;
37 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0;
DOMWindowPagePopup.h 39 class PagePopupClient;
45 static void install(DOMWindow*, PagePopupClient*);
50 explicit DOMWindowPagePopup(PagePopupClient*);
PagePopupController.h 40 class PagePopupClient;
44 static PassRefPtr<PagePopupController> create(PagePopupClient*);
57 explicit PagePopupController(PagePopupClient*);
59 PagePopupClient* m_popupClient;
PagePopupClient.h 44 class PagePopupClient {
71 virtual ~PagePopupClient() { }
73 // Helper functions to be used in PagePopupClient::writeDocument().
84 inline void PagePopupClient::addString(const String& str, DocumentWriter& writer)
PagePopupClient.cpp 32 #include "core/page/PagePopupClient.h"
40 void PagePopupClient::addJavaScriptString(const String& str, DocumentWriter& writer)
54 void PagePopupClient::addProperty(const char* name, const String& value, DocumentWriter& writer)
62 void PagePopupClient::addProperty(const char* name, int value, DocumentWriter& writer)
70 void PagePopupClient::addProperty(const char* name, unsigned value, DocumentWriter& writer)
78 void PagePopupClient::addProperty(const char* name, bool value, DocumentWriter& writer)
89 void PagePopupClient::addProperty(const char* name, const Vector<String>& values, DocumentWriter& writer)
101 void PagePopupClient::addProperty(const char* name, const IntRect& rect, DocumentWriter& writer)
DOMWindowPagePopup.cpp 39 DOMWindowPagePopup::DOMWindowPagePopup(PagePopupClient* popupClient)
62 void DOMWindowPagePopup::install(DOMWindow* window, PagePopupClient* popupClient)
PagePopupController.cpp 34 #include "core/page/PagePopupClient.h"
40 PagePopupController::PagePopupController(PagePopupClient* client)
47 PassRefPtr<PagePopupController> PagePopupController::create(PagePopupClient* client)
ChromeClient.h 72 class PagePopupClient;
239 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.cpp 38 #include "core/page/PagePopupClient.h"
46 static PassRefPtr<MockPagePopup> create(PagePopupClient*, const IntRect& originBoundsInRootView, Frame*);
51 MockPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView, Frame*);
54 PagePopupClient* m_popupClient;
59 inline MockPagePopup::MockPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView, Frame* mainFrame)
80 PassRefPtr<MockPagePopup> MockPagePopup::create(PagePopupClient* client, const IntRect& originBoundsInRootView, Frame* mainFrame)
121 PagePopup* MockPagePopupDriver::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView)
MockPagePopupDriver.h 29 #include "core/page/PagePopupClient.h"
51 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.cpp 94 PagePopupClient::addString("<!DOCTYPE html><head><meta charset='UTF-8'><style>\n", writer);
97 PagePopupClient::addString("</style></head><body><div id=main>Loading...</div><script>\n"
99 PagePopupClient::addProperty("values", suggestionValues, writer);
100 PagePopupClient::addProperty("otherColorLabel", Platform::current()->queryLocalizedString(WebLocalizedString::OtherColorLabel), writer);
102 PagePopupClient::addString("};\n", writer);
105 PagePopupClient::addString("</script></body>\n", writer);
WebPagePopupImpl.h 42 class PagePopupClient;
60 bool initialize(WebViewImpl*, WebCore::PagePopupClient*, const WebCore::IntRect& originBoundsInRootView);
91 WebCore::PagePopupClient* m_popupClient;
ColorChooserPopupUIController.h 30 #include "core/page/PagePopupClient.h"
40 class ColorChooserPopupUIController : public ColorChooserUIController, public WebCore::PagePopupClient {
52 // PagePopupClient functions:
DateTimeChooserImpl.h 35 #include "core/page/PagePopupClient.h"
47 class DateTimeChooserImpl : public WebCore::DateTimeChooser, public WebCore::PagePopupClient {
57 // PagePopupClient functions:
ChromeClientImpl.h 170 virtual WebCore::PagePopup* openPagePopup(WebCore::PagePopupClient*, const WebCore::IntRect&) OVERRIDE;
WebPagePopupImpl.cpp 51 #include "core/page/PagePopupClient.h"
173 bool WebPagePopupImpl::initialize(WebViewImpl* webView, PagePopupClient* popupClient, const IntRect&)
WebViewImpl.h 82 class PagePopupClient;
480 virtual WebCore::PagePopup* openPagePopup(WebCore::PagePopupClient*, const WebCore::IntRect& originBoundsInRootView) OVERRIDE;
    [all...]
ChromeClientImpl.cpp 889 PagePopup* ChromeClientImpl::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 120 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect&) OVERRIDE { return 0; }
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 411 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 411 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 411 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 411 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 411 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 411 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
    [all...]

Completed in 590 milliseconds

1 2