Home
last modified time | relevance | path

Searched defs:listElement (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertListCommand.cpp56 RefPtrWillBeRawPtr<HTMLUListElement> listElement = createUnorderedListElement(document()); in fixOrphanedListChild() local
95 HTMLElement* listElement = enclosingList(start.deepEquivalent().deprecatedNode()); in selectionHasListOfType() local
213 RefPtrWillBeRawPtr<HTMLElement> listElement = enclosingList(listChildNode); in doApplyForSingleParagraph() local
266 …mmand::unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listElement, Node* li… in unlistifyParagraph()
326 … HTMLElement* listElement = outermostEnclosingList(adjacentPos.deepEquivalent().deprecatedNode()); in adjacentEnclosingList() local
359 RefPtrWillBeRawPtr<HTMLElement> listElement = nullptr; in listifyParagraph() local
DIndentOutdentCommand.cpp61 RefPtrWillBeRawPtr<HTMLElement> listElement = enclosingList(lastNodeInSelectedParagraph.get()); in tryIndentingAsListItem() local
DReplaceSelectionCommand.cpp1455 RefPtrWillBeRawPtr<HTMLElement> listElement = prpListElement; in insertAsListItems() local
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dbluetooth_options_browsertest.js35 getElementForDevice: function(listElement, deviceName) { argument
54 selectDevice: function(listElement, device) { argument
/external/chromium_org/chrome/browser/resources/extensions/
Dextension_loader.js34 function Failure(filePath, error, manifest, listElement) { argument
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemNumber.java1316 char numberType, int numberWidth, long listElement, in getFormattedNumber()