Searched defs:nodeList (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DStaticNodeList.h45 RefPtr<StaticNodeList> nodeList = adoptRef(new StaticNodeList); local
H A DMutationRecord.cpp86 static NodeList* lazilyInitializeEmptyNodeList(RefPtr<NodeList>& nodeList) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A DNodeList.c34 NodeList* nodeList = (NodeList*)malloc(sizeof(NodeList)); local
40 extern unsigned NodeList_length(NodeList* nodeList) argument
53 extern Node* NodeList_item(NodeList* nodeList, unsigned index) argument
70 extern void NodeList_ref(NodeList* nodeList) argument
75 NodeList_deref(NodeList* nodeList) argument
[all...]
H A DJSNodeList.c37 NodeList* nodeList = JSObjectGetPrivate(thisObject); local
57 NodeList* nodeList = JSObjectGetPrivate(thisObject); local
69 NodeList* nodeList = JSObjectGetPrivate(thisObject); local
86 NodeList* nodeList local
94 NodeList* nodeList = JSObjectGetPrivate(thisObject); local
119 JSNodeList_new(JSContextRef context, NodeList* nodeList) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLCollection.cpp272 template <> inline bool isMatchingElement(const LiveNodeList* nodeList, Element* element) argument
277 template <> inline bool isMatchingElement(const HTMLTagNodeList* nodeList, Element* element) argument
282 template <> inline bool isMatchingElement(const ClassNodeList* nodeList, Element* element) argument
336 inline Element* firstMatchingElement(const NodeListType* nodeList, ContainerNode* root) argument
345 inline Element* nextMatchingElement(const NodeListType* nodeList, Element* current, ContainerNode* root) argument
354 traverseMatchingElementsForwardToOffset(const NodeListType* nodeList, unsigned offset, Element* currentElement, unsigned& currentOffset, ContainerNode* root) argument
549 firstMatchingChildElement(const HTMLCollection* nodeList, ContainerNode* root) argument
557 nextMatchingChildElement(const HTMLCollection* nodeList, Element* current, ContainerNode* root) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/archive/cf/
H A DLegacyWebArchive.cpp444 Vector<Node*> nodeList; local
594 Vector<Node*> nodeList; local
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DTouchAdjustment.cpp479 bool findBestClickableCandidate(Node*& targetNode, IntPoint &targetPoint, const IntPoint &touchHotspot, const IntRect &touchArea, const NodeListHashSet& nodeList) argument
487 bool findBestContextMenuCandidate(Node*& targetNode, IntPoint &targetPoint, const IntPoint &touchHotspot, const IntRect &touchArea, const NodeListHashSet& nodeList) argument
495 bool findBestZoomableArea(Node*& targetNode, IntRect& targetArea, const IntPoint& touchHotspot, const IntRect& touchArea, const NodeListHashSet& nodeList) argument
/macosx-10.9.5/ICU-511.35/icuSources/tools/ctestfw/
H A Dctest.c322 iterateTestsWithLevel( const TestNode* root, int depth, const TestNode** nodeList, TestMode mode) argument
490 const TestNode *nodeList[MAXTESTS]; local
503 const TestNode *nodeList[MAXTESTS]; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DFrameLoaderClientBlackBerry.cpp590 RefPtr<NodeList> nodeList = headElement->getElementsByTagName(HTMLNames::metaTag.localName()); local
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorDOMAgent.cpp1002 RefPtr<NodeList> nodeList = document->querySelectorAll(whitespaceTrimmedQuery, ec); local
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c2833 xpathEvalFunction( ast step, domNode *ctxNode, domNode *exprContext, int position, xpathResultSet *nodeList, xpathCBs *cbs, xpathResultSet *result, int *docOrder, char **errMsg ) argument
3828 xpathEvalStep( ast step, domNode *ctxNode, domNode *exprContext, int position, xpathResultSet *nodeList, xpathCBs *cbs, xpathResultSet *result, int *docOrder, char **errMsg ) argument
5100 xpathEvalStepAndPredicates( ast steps, xpathResultSet *nodeList, domNode *currentNode, domNode *exprContext, int currentPos, int *docOrder, xpathCBs *cbs, xpathResultSet *result, char **errMsg ) argument
5151 xpathEvalSteps( ast steps, xpathResultSet *nodeList, domNode *currentNode, domNode *exprContext, int currentPos, int *docOrder, xpathCBs *cbs, xpathResultSet *result, char **errMsg ) argument
5237 xpathResultSet nodeList; local
5285 xpathResultSet stepResult, nodeList, newNodeList; local
[all...]
H A Ddomxslt.c2884 xpathResultSet nodeList; local
3923 xpathResultSet rs, nodeList; local
5447 ApplyTemplates( xsltState * xs, xpathResultSet * context, domNode * currentNode, int currentPos, domNode * actionNode, xpathResultSet * nodeList, const char * mode, const char * modeURI, char ** errMsg ) argument
6053 xpathResultSet nodeList, rs; local
7406 xpathResultSet nodeList; local
[all...]
H A Dtcldom.c1261 tcldom_xpathFuncCallBack( void *clientData, char *functionName, domNode *ctxNode, int position, xpathResultSet *nodeList, domNode *exprContext, int argc, xpathResultSets *args, xpathResultSet *result, char **errMsg ) argument
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A DxsltInternals.h1703 xmlNodeSetPtr nodeList; /* the current node list */ member in struct:_xsltTransformContext

Completed in 390 milliseconds