HomeSort by relevance Sort by last modified time
    Searched full:m_widget (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.cpp 79 , m_widget(0)
85 if (m_widget)
86 m_widget->setClient(0);
96 m_widget = widget;
97 m_widget->setClient(this);
120 m_widget->handleMouseMoveEvent(PlatformMouseEventBuilder(m_widget, event));
123 PopupContainer* container = static_cast<PopupContainer*>(m_widget);
130 m_widget->handleMouseMoveEvent(PlatformMouseEventBuilder(m_widget, event))
    [all...]
WebPopupMenuImpl.h 142 WebCore::FramelessScrollView* m_widget; member in class:blink::WebPopupMenuImpl
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.cpp 96 , m_widget(nullptr)
188 if (widget == m_widget)
191 if (m_widget) {
192 if (m_widget->parent())
193 moveWidgetToParentSoon(m_widget.get(), 0);
194 m_widget = nullptr;
197 m_widget = widget;
203 if (m_widget) {
208 moveWidgetToParentSoon(m_widget.get(), renderWidget->frameView());
217 return m_widget.get()
    [all...]
HTMLFrameOwnerElement.h 93 RefPtr<Widget> m_widget; member in class:WebCore::HTMLFrameOwnerElement
HTMLPlugInElement.h 145 // Normally the Widget is stored in HTMLFrameOwnerElement::m_widget.
148 // means the frame is active, we save off m_widget here while

Completed in 1229 milliseconds