/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PagePopupClient.cpp | 40 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()
|
D | PagePopupController.h | 40 class PagePopupClient; variable 44 static PassRefPtr<PagePopupController> create(PagePopupClient*); 55 explicit PagePopupController(PagePopupClient*); 57 PagePopupClient* m_popupClient;
|
D | DOMWindowPagePopup.h | 39 class PagePopupClient; variable 45 static void install(DOMWindow*, PagePopupClient*); 50 explicit DOMWindowPagePopup(PagePopupClient*);
|
D | PagePopupClient.h | 44 class PagePopupClient { 71 virtual ~PagePopupClient() { } in ~PagePopupClient() 84 inline void PagePopupClient::addString(const String& str, DocumentWriter& writer) in addString()
|
D | PagePopupDriver.h | 33 class PagePopupClient; variable 37 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0;
|
D | DOMWindowPagePopup.cpp | 39 DOMWindowPagePopup::DOMWindowPagePopup(PagePopupClient* popupClient) in DOMWindowPagePopup() 62 void DOMWindowPagePopup::install(DOMWindow* window, PagePopupClient* popupClient) in install()
|
D | PagePopupController.cpp | 40 PagePopupController::PagePopupController(PagePopupClient* client) in PagePopupController() 47 PassRefPtr<PagePopupController> PagePopupController::create(PagePopupClient* client) in create()
|
D | ChromeClient.h | 70 class PagePopupClient; variable 234 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ColorChooserPopupUIController.cpp | 91 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() 97 …PagePopupClient::addProperty("otherColorLabel", locale().queryString(WebLocalizedString::OtherColo… in writeDocument() 99 PagePopupClient::addString("};\n", writer); in writeDocument() 102 PagePopupClient::addString("</script></body>\n", writer); in writeDocument()
|
D | WebPagePopupImpl.h | 42 class PagePopupClient; variable 60 …bool initialize(WebViewImpl*, WebCore::PagePopupClient*, const WebCore::IntRect& originBoundsInRoo… 92 WebCore::PagePopupClient* m_popupClient;
|
D | ColorChooserPopupUIController.h | 40 …ColorChooserPopupUIController : public ColorChooserUIController, public WebCore::PagePopupClient {
|
D | DateTimeChooserImpl.h | 47 class DateTimeChooserImpl : public WebCore::DateTimeChooser, public WebCore::PagePopupClient {
|
D | WebPagePopupImpl.cpp | 169 bool WebPagePopupImpl::initialize(WebViewImpl* webView, PagePopupClient* popupClient, const IntRect… in initialize()
|
D | WebViewImpl.h | 75 class PagePopupClient; variable 469 …virtual WebCore::PagePopup* openPagePopup(WebCore::PagePopupClient*, const WebCore::IntRect& origi…
|
D | ChromeClientImpl.h | 174 …virtual WebCore::PagePopup* openPagePopup(WebCore::PagePopupClient*, const WebCore::IntRect&) OVER…
|
D | ChromeClientImpl.cpp | 881 PagePopup* ChromeClientImpl::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRo… in openPagePopup()
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | MockPagePopupDriver.cpp | 45 …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()
|
D | MockPagePopupDriver.h | 51 …virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | EmptyClients.h | 122 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect&) OVERRIDE { return 0; } in openPagePopup() argument
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_remaining.target.linux-arm.mk | 446 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 446 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 446 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 446 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
|
D | webcore_remaining.target.darwin-x86.mk | 446 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
|
D | webcore_remaining.target.darwin-mips.mk | 446 third_party/WebKit/Source/core/page/PagePopupClient.cpp \
|