Searched refs:appendItem (Results 1 - 25 of 35) sorted by relevance

12

/external/webkit/WebCore/platform/
H A DContextMenu.cpp91 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(checkSpellin
[all...]
H A DContextMenu.h57 void appendItem(ContextMenuItem&);
/external/webkit/WebCore/svg/
H A DSVGStringList.cpp45 appendItem(String(""), ec); // Create empty string...
62 appendItem(String(start, ptr - start), ec);
H A DSVGLengthList.idl44 SVGLength appendItem(in SVGLength item)
H A DSVGNumberList.idl44 SVGNumber appendItem(in SVGNumber item)
H A DSVGPointList.idl43 SVGPoint appendItem(in SVGPoint item)
H A DSVGLengthList.cpp55 appendItem(length, ec);
H A DSVGNumberList.cpp52 appendItem(number, ec);
H A DSVGPathSegList.idl44 [JSCCustom] SVGPathSeg appendItem(in SVGPathSeg newItem)
H A DSVGStringList.idl43 core::DOMString appendItem(in core::DOMString item)
H A DSVGTransformList.idl44 SVGTransform appendItem(in SVGTransform item)
H A DSVGList.h68 return appendItem(newItem, ec);
146 Item appendItem(Item newItem, ExceptionCode& ec) function in class:WebCore::SVGList
263 Item appendItem(Item newItem, ExceptionCode& ec) function in class:WebCore::SVGPODList
265 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::appendItem(SVGPODListItem<Item>::copy(newItem), ec).get());
/external/skia/include/views/
H A DSkOSMenu.h30 void appendItem(const char title[], const char eventType[], int32_t eventData);
/external/webkit/WebCore/platform/qt/
H A DContextMenuQt.cpp49 void ContextMenu::appendItem(ContextMenuItem& item) function in class:WebCore::ContextMenu
/external/skia/src/views/
H A DSkOSMenu.cpp19 void SkOSMenu::appendItem(const char title[], const char eventType[], int32_t eventData) function in class:SkOSMenu
/external/webkit/WebCore/inspector/front-end/
H A DContextMenu.js49 appendItem: function(label, handler)
H A DSourceFrame.js407 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/
H A DContextMenuChromium.cpp63 void ContextMenu::appendItem(ContextMenuItem& item) function in class:WebCore::ContextMenu
/external/webkit/WebCore/platform/gtk/
H A DContextMenuGtk.cpp51 void ContextMenu::appendItem(ContextMenuItem& item) function in class:WebCore::ContextMenu
/external/webkit/WebCore/platform/haiku/
H A DContextMenuHaiku.cpp89 void ContextMenu::appendItem(ContextMenuItem& item) function in class:WebCore::ContextMenu
/external/webkit/WebCore/bindings/js/
H A DJSSVGPathSegListCustom.cpp156 JSValue JSSVGPathSegList::appendItem(ExecState* exec, const ArgList& args) function in class:WebCore::JSSVGPathSegList
164 JSValue result = toJS(exec, globalObject(), WTF::getPtr(list->appendItem(newItem, ec)), context);
/external/webkit/WebCore/inspector/
H A DInspectorFrontendHost.h102 menu->appendItem(*m_items[i]);
/external/webkit/WebCore/platform/wx/
H A DContextMenuWx.cpp56 void ContextMenu::appendItem(ContextMenuItem& item) function in class:ContextMenu
/external/webkit/WebCore/platform/win/
H A DContextMenuWin.cpp76 void ContextMenu::appendItem(ContextMenuItem& item) function in class:WebCore::ContextMenu
/external/webkit/WebCore/platform/mac/
H A DContextMenuMac.mm109 void ContextMenu::appendItem(ContextMenuItem& item)

Completed in 440 milliseconds

12