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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 33 private final ToolBar m_toolBar;
51 m_toolBar = new ToolBar(this, SWT.FLAT | SWT.RIGHT);
52 GridDataFactory.create(m_toolBar).fill();
53 m_toolBarManager = new ToolBarManager(m_toolBar);
97 return m_toolBar;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.h 369 mutable RefPtrWillBeMember<BarProp> m_toolbar; member in class:blink::FINAL
LocalDOMWindow.cpp 586 m_toolbar = nullptr;
672 if (!m_toolbar)
673 m_toolbar = BarProp::create(m_frame, BarProp::Toolbar);
674 return *m_toolbar;
    [all...]

Completed in 566 milliseconds