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

  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuChromium.h 44 class PopupMenuClient;
48 PopupMenuChromium(Frame&, PopupMenuClient*);
62 PopupMenuClient* client() const { return m_popupClient; }
64 PopupMenuClient* m_popupClient;
ExternalPopupMenu.h 45 class PopupMenuClient;
60 ExternalPopupMenu(WebCore::Frame&, WebCore::PopupMenuClient*, WebViewClient*);
77 // WebCore::PopupMenuClient associated with this ExternalPopupMenu.
80 WebCore::PopupMenuClient* m_popupMenuClient;
PopupContainer.h 43 class PopupMenuClient;
52 static PassRefPtr<PopupContainer> create(PopupMenuClient*, PopupType, const PopupContainerSettings&);
94 // Refresh the popup values from the PopupMenuClient.
120 PopupContainer(PopupMenuClient*, PopupType, const PopupContainerSettings&);
PopupListBox.h 51 class PopupMenuClient;
54 // Whether the PopupMenuClient should be told to change its text when a
114 static PassRefPtr<PopupListBox> create(PopupMenuClient* client, const PopupContainerSettings& settings)
189 PopupListBox(PopupMenuClient*, const PopupContainerSettings&);
276 // The <select> PopupMenuClient that opened us.
277 PopupMenuClient* m_popupClient;
PopupMenuChromium.cpp 54 PopupMenuChromium::PopupMenuChromium(Frame& frame, PopupMenuClient* client)
AutofillPopupMenuClient.h 34 #include "platform/PopupMenuClient.h"
50 class AutofillPopupMenuClient : public WebCore::PopupMenuClient {
73 // WebCore::PopupMenuClient methods:
ChromeClientImpl.h 52 class PopupMenuClient;
173 virtual PassRefPtr<WebCore::PopupMenu> createPopupMenu(WebCore::Frame&, WebCore::PopupMenuClient*) const;
ExternalPopupMenu.cpp 40 #include "platform/PopupMenuClient.h"
50 ExternalPopupMenu::ExternalPopupMenu(Frame& frame, PopupMenuClient* popupMenuClient, WebViewClient* webViewClient)
51 : m_popupMenuClient(popupMenuClient)
111 // Calling methods on the PopupMenuClient might lead to this object being
119 // disconnectClient, so we might not have a PopupMenuClient anymore.
133 // Calling methods on the PopupMenuClient might lead to this object being
146 // disconnectClient, so we might not have a PopupMenuClient anymore.
PopupContainer.cpp 46 #include "platform/PopupMenuClient.h"
82 PassRefPtr<PopupContainer> PopupContainer::create(PopupMenuClient* client, PopupType popupType, const PopupContainerSettings& settings)
87 PopupContainer::PopupContainer(PopupMenuClient* client, PopupType popupType, const PopupContainerSettings& settings)
WebViewImpl.h 78 class PopupMenuClient;
    [all...]
ChromeClientImpl.cpp 873 PassRefPtr<PopupMenu> ChromeClientImpl::createPopupMenu(Frame& frame, PopupMenuClient* client) const
    [all...]
PopupListBox.cpp 46 #include "platform/PopupMenuClient.h"
73 PopupListBox::PopupListBox(PopupMenuClient* client, const PopupContainerSettings& settings)
456 // elements. This probably implies changes to PopupMenuClient.
609 // Tell the <select> PopupMenuClient what index was selected.
  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuClient.h 39 class PopupMenuClient {
41 virtual ~PopupMenuClient() { }
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.h 48 class PopupMenuClient;
133 PassRefPtr<PopupMenu> createPopupMenu(Frame&, PopupMenuClient*) const;
ChromeClient.h 36 #include "platform/PopupMenuClient.h"
73 class PopupMenuClient;
231 virtual PassRefPtr<PopupMenu> createPopupMenu(Frame&, PopupMenuClient*) const = 0;
Chrome.cpp 396 PassRefPtr<PopupMenu> Chrome::createPopupMenu(Frame& frame, PopupMenuClient* client) const
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.cpp 75 PassRefPtr<PopupMenu> EmptyChromeClient::createPopupMenu(Frame&, PopupMenuClient*) const
EmptyClients.h 121 virtual PassRefPtr<PopupMenu> createPopupMenu(Frame&, PopupMenuClient*) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h 29 #include "platform/PopupMenuClient.h"
37 class RenderMenuList FINAL : public RenderFlexibleBox, private PopupMenuClient {
76 // PopupMenuClient methods
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 54 #include "platform/PopupMenuClient.h"
73 class TestPopupMenuClient : public PopupMenuClient {

Completed in 130 milliseconds