OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_widget
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.cpp
76
,
m_widget
(0)
82
if (
m_widget
)
83
m_widget
->setClient(0);
93
m_widget
= widget;
94
m_widget
->setClient(this);
117
m_widget
->handleMouseMoveEvent(PlatformMouseEventBuilder(
m_widget
, event));
120
PopupContainer* container = static_cast<PopupContainer*>(
m_widget
);
127
m_widget
->handleMouseMoveEvent(PlatformMouseEventBuilder(
m_widget
, event))
[
all
...]
WebPopupMenuImpl.h
134
PopupContainer*
m_widget
;
member in class:blink::WebPopupMenuImpl
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.cpp
102
,
m_widget
(nullptr)
153
if (
m_widget
&&
m_widget
->isPluginContainer())
154
m_widget
= nullptr;
207
if (widget ==
m_widget
)
210
if (
m_widget
) {
211
if (
m_widget
->parent())
212
moveWidgetToParentSoon(
m_widget
.get(), 0);
213
m_widget
= nullptr;
216
m_widget
= widget
[
all
...]
HTMLFrameOwnerElement.h
98
RefPtr<Widget>
m_widget
;
member in class:blink::HTMLFrameOwnerElement
Completed in 213 milliseconds