OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_popupMenuClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ExternalPopupMenu.h
80
WebCore::PopupMenuClient*
m_popupMenuClient
;
/external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp
190
m_popupMenu = adoptRef(new PopupMenuChromium(*toWebFrameImpl(m_webView->mainFrame())->frame(), &
m_popupMenuClient
));
203
int selectedIndex() const { return
m_popupMenuClient
.selectedIndex(); }
274
TestPopupMenuClient
m_popupMenuClient
;
410
m_popupMenuClient
.setFocusedNode(toWebFrameImpl(m_webView->mainFrame())->frameView()->frame().document()->focusedElement());
427
m_popupMenuClient
.setDisabledIndex(1);
455
m_popupMenuClient
.setFocusedNode(toWebFrameImpl(m_webView->mainFrame())->frameView()->frame().document()->focusedElement());
477
m_popupMenuClient
.setFocusedNode(toWebFrameImpl(m_webView->mainFrame())->frameView()->frame().document()->focusedElement());
499
m_popupMenuClient
.setFocusedNode(toWebFrameImpl(m_webView->mainFrame())->frameView()->frame().document()->focusedElement());
Completed in 159 milliseconds