Home
last modified time | relevance | path

Searched refs:PagePopupClient (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/page/
DPagePopupClient.cpp40 void PagePopupClient::addJavaScriptString(const String& str, DocumentWriter& writer) in addJavaScriptString()
54 void PagePopupClient::addProperty(const char* name, const String& value, DocumentWriter& writer) in addProperty()
62 void PagePopupClient::addProperty(const char* name, int value, DocumentWriter& writer) in addProperty()
70 void PagePopupClient::addProperty(const char* name, unsigned value, DocumentWriter& writer) in addProperty()
78 void PagePopupClient::addProperty(const char* name, bool value, DocumentWriter& writer) in addProperty()
89 void PagePopupClient::addProperty(const char* name, const Vector<String>& values, DocumentWriter& w… in addProperty()
101 void PagePopupClient::addProperty(const char* name, const IntRect& rect, DocumentWriter& writer) in addProperty()
DPagePopupController.h40 class PagePopupClient; variable
44 static PassRefPtr<PagePopupController> create(PagePopupClient*);
55 explicit PagePopupController(PagePopupClient*);
57 PagePopupClient* m_popupClient;
DDOMWindowPagePopup.h39 class PagePopupClient; variable
45 static void install(DOMWindow*, PagePopupClient*);
50 explicit DOMWindowPagePopup(PagePopupClient*);
DPagePopupClient.h44 class PagePopupClient {
71 virtual ~PagePopupClient() { } in ~PagePopupClient()
84 inline void PagePopupClient::addString(const String& str, DocumentWriter& writer) in addString()
DPagePopupDriver.h33 class PagePopupClient; variable
37 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0;
DDOMWindowPagePopup.cpp39 DOMWindowPagePopup::DOMWindowPagePopup(PagePopupClient* popupClient) in DOMWindowPagePopup()
62 void DOMWindowPagePopup::install(DOMWindow* window, PagePopupClient* popupClient) in install()
DPagePopupController.cpp40 PagePopupController::PagePopupController(PagePopupClient* client) in PagePopupController()
47 PassRefPtr<PagePopupController> PagePopupController::create(PagePopupClient* client) in create()
DChromeClient.h70 class PagePopupClient; variable
234 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DColorChooserPopupUIController.cpp91 PagePopupClient::addString("<!DOCTYPE html><head><meta charset='UTF-8'><style>\n", writer); in writeDocument()
94 PagePopupClient::addString("</style></head><body><div id=main>Loading...</div><script>\n" in writeDocument()
96 PagePopupClient::addProperty("values", suggestionValues, writer); in writeDocument()
97PagePopupClient::addProperty("otherColorLabel", locale().queryString(WebLocalizedString::OtherColo… in writeDocument()
99 PagePopupClient::addString("};\n", writer); in writeDocument()
102 PagePopupClient::addString("</script></body>\n", writer); in writeDocument()
DWebPagePopupImpl.h42 class PagePopupClient; variable
60 …bool initialize(WebViewImpl*, WebCore::PagePopupClient*, const WebCore::IntRect& originBoundsInRoo…
92 WebCore::PagePopupClient* m_popupClient;
DColorChooserPopupUIController.h40 …ColorChooserPopupUIController : public ColorChooserUIController, public WebCore::PagePopupClient {
DDateTimeChooserImpl.h47 class DateTimeChooserImpl : public WebCore::DateTimeChooser, public WebCore::PagePopupClient {
DWebPagePopupImpl.cpp169 bool WebPagePopupImpl::initialize(WebViewImpl* webView, PagePopupClient* popupClient, const IntRect… in initialize()
DWebViewImpl.h75 class PagePopupClient; variable
469 …virtual WebCore::PagePopup* openPagePopup(WebCore::PagePopupClient*, const WebCore::IntRect& origi…
DChromeClientImpl.h174 …virtual WebCore::PagePopup* openPagePopup(WebCore::PagePopupClient*, const WebCore::IntRect&) OVER…
DChromeClientImpl.cpp881 PagePopup* ChromeClientImpl::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRo… in openPagePopup()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DMockPagePopupDriver.cpp45 …static PassRefPtr<MockPagePopup> create(PagePopupClient*, const IntRect& originBoundsInRootView, F…
50 MockPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView, Frame*);
53 PagePopupClient* m_popupClient;
58 inline MockPagePopup::MockPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView,… in MockPagePopup()
80 PassRefPtr<MockPagePopup> MockPagePopup::create(PagePopupClient* client, const IntRect& originBound… in create()
121 PagePopup* MockPagePopupDriver::openPagePopup(PagePopupClient* client, const IntRect& originBoundsI… in openPagePopup()
DMockPagePopupDriver.h51 …virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h122 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect&) OVERRIDE { return 0; } in openPagePopup() argument
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk446 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
Dwebcore_remaining.target.linux-x86.mk446 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
Dwebcore_remaining.target.linux-mips.mk446 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
Dwebcore_remaining.target.darwin-arm.mk446 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
Dwebcore_remaining.target.darwin-x86.mk446 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
Dwebcore_remaining.target.darwin-mips.mk446 third_party/WebKit/Source/core/page/PagePopupClient.cpp \

12