HomeSort by relevance Sort by last modified time
    Searched refs:appendItem (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/WebCore/platform/
ContextMenu.cpp 91 fontMenu.appendItem(showFonts);
93 fontMenu.appendItem(bold);
94 fontMenu.appendItem(italic);
95 fontMenu.appendItem(underline);
96 fontMenu.appendItem(outline);
98 fontMenu.appendItem(styles);
99 fontMenu.appendItem(*separatorItem());
100 fontMenu.appendItem(showColors);
124 spellingAndGrammarMenu.appendItem(showSpellingPanel);
125 spellingAndGrammarMenu.appendItem(checkSpelling)
    [all...]
ContextMenu.h 57 void appendItem(ContextMenuItem&);
  /external/webkit/WebCore/svg/
SVGStringList.cpp 45 appendItem(String(""), ec); // Create empty string...
62 appendItem(String(start, ptr - start), ec);
SVGLengthList.idl 44 SVGLength appendItem(in SVGLength item)
SVGNumberList.idl 44 SVGNumber appendItem(in SVGNumber item)
SVGPointList.idl 43 SVGPoint appendItem(in SVGPoint item)
SVGLengthList.cpp 55 appendItem(length, ec);
SVGNumberList.cpp 52 appendItem(number, ec);
SVGPathSegList.idl 44 [JSCCustom] SVGPathSeg appendItem(in SVGPathSeg newItem)
SVGStringList.idl 43 core::DOMString appendItem(in core::DOMString item)
SVGTransformList.idl 44 SVGTransform appendItem(in SVGTransform item)
SVGList.h 68 return appendItem(newItem, ec);
146 Item appendItem(Item newItem, ExceptionCode& ec)
263 Item appendItem(Item newItem, ExceptionCode& ec)
265 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::appendItem(SVGPODListItem<Item>::copy(newItem), ec).get());
  /external/skia/include/views/
SkOSMenu.h 30 void appendItem(const char title[], const char eventType[], int32_t eventData);
  /external/webkit/WebCore/platform/qt/
ContextMenuQt.cpp 49 void ContextMenu::appendItem(ContextMenuItem& item)
  /external/skia/src/views/
SkOSMenu.cpp 19 void SkOSMenu::appendItem(const char title[], const char eventType[], int32_t eventData)
  /external/webkit/WebCore/inspector/front-end/
ContextMenu.js 49 appendItem: function(label, handler)
SourceFrame.js 407 contextMenu.appendItem(WebInspector.UIString("Add Breakpoint"), this._addBreakpointDelegate.bind(this, lineNumber + 1));
417 contextMenu.appendItem(WebInspector.UIString("Add Conditional Breakpoint..."), addConditionalBreakpoint.bind(this));
420 contextMenu.appendItem(WebInspector.UIString("Remove Breakpoint"), WebInspector.panels.scripts.removeBreakpoint.bind(WebInspector.panels.scripts, breakpoint));
421 contextMenu.appendItem(WebInspector.UIString("Edit Breakpoint..."), this._editBreakpointCondition.bind(this, breakpoint));
423 contextMenu.appendItem(WebInspector.UIString("Disable Breakpoint"), function() { breakpoint.enabled = false; });
425 contextMenu.appendItem(WebInspector.UIString("Enable Breakpoint"), function() { breakpoint.enabled = true; });
  /external/webkit/WebCore/platform/chromium/
ContextMenuChromium.cpp 63 void ContextMenu::appendItem(ContextMenuItem& item)
  /external/webkit/WebCore/platform/gtk/
ContextMenuGtk.cpp 51 void ContextMenu::appendItem(ContextMenuItem& item)
  /external/webkit/WebCore/platform/haiku/
ContextMenuHaiku.cpp 89 void ContextMenu::appendItem(ContextMenuItem& item)
  /external/webkit/WebCore/bindings/js/
JSSVGPathSegListCustom.cpp 156 JSValue JSSVGPathSegList::appendItem(ExecState* exec, const ArgList& args)
164 JSValue result = toJS(exec, globalObject(), WTF::getPtr(list->appendItem(newItem, ec)), context);
  /external/webkit/WebCore/inspector/
InspectorFrontendHost.h 102 menu->appendItem(*m_items[i]);
  /external/webkit/WebCore/platform/wx/
ContextMenuWx.cpp 56 void ContextMenu::appendItem(ContextMenuItem& item)
  /external/webkit/WebCore/platform/win/
ContextMenuWin.cpp 76 void ContextMenu::appendItem(ContextMenuItem& item)
  /external/webkit/WebCore/platform/mac/
ContextMenuMac.mm 109 void ContextMenu::appendItem(ContextMenuItem& item)

Completed in 1058 milliseconds

1 2