Searched +defs:second +defs:list (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSValueList.h46 static PassRef<CSSValueList> createFromParserValueList(CSSParserValueList& list) argument
105 CSSValue* second() const { return item(1); } function
H A DCSSFontSelector.cpp170 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
396 static inline bool compareFontFaces(CSSFontFace* first, CSSFontFace* second) argument
[all...]
H A DDeprecatedStyleBuilder.cpp1195 CSSValueList* list = toCSSValueList(value); local
1645 CSSPrimitiveValue* second = toCSSPrimitiveValue(inspector.second()); local
1721 CSSValueList* list = toCSSValueList(value); local
1829 AnimationList* list = accessAnimations(styleResolver->style()); local
1846 AnimationList* list = accessAnimations(styleResolver->style()); local
1858 AnimationList* list = accessAnimations(styleResolver->style()); local
[all...]
H A DStyleResolver.cpp874 void StyleResolver::keyframeStylesForAnimation(Element* e, const RenderStyle* elementStyle, KeyframeList& list) argument
2198 CSSValueList* list = toCSSValueList(value); local
2203 CSSValue* second = list->item(i + 1); local
2630 CSSValueList* list = toCSSValueList(value); local
2805 CSSPrimitiveValue* second = list->length() == 2 ? toCSSPrimitiveValue(list->item(1)) : nullptr; local
[all...]
H A DCSSParser.cpp194 static PassRefPtr<CSSPrimitiveValue> createPrimitiveValuePair(PassRefPtr<CSSPrimitiveValue> first, PassRefPtr<CSSPrimitiveValue> second) argument
1966 RefPtr<CSSValueList> list; local
3072 PassRefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
3304 PassRefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
4052 CSSPrimitiveValue* second = toCSSPrimitiveValue(value2.get()); local
5145 parseGridTrackRepeatFunction(CSSValueList& list) argument
5931 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
6104 FontFamilyValueBuilder(CSSValueList* list) argument
6137 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
7803 RefPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); local
8691 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
9479 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
9657 RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); local
12061 parseViewportShorthand(CSSPropertyID propId, CSSPropertyID first, CSSPropertyID second, bool important) argument
[all...]
/macosx-10.10/cups-408/cups/man/
H A Dmantohtml.c64 const char *list = NULL, /* Current list, if any */ local
772 html_alternate(const char *s, const char *first, const char *second, FILE *fp) argument
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dfnmatch_loop.c470 int32_t second; local
691 int32_t second; local
1025 } *list = NULL; local
[all...]
/macosx-10.10/BootCache-109/
H A Dlibrary.c319 const struct BC_playlist_entry *first, *second; local
860 struct attrlist list = { local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_node.c1097 nfsnode_t first, second; local
1159 nfsnode_t first, second; local
1183 nfs_node_sort4(nfsnode_t np1, nfsnode_t np2, nfsnode_t np3, nfsnode_t np4, nfsnode_t *list, int *lcntp) argument
1211 nfsnode_t list[4]; local
1230 nfsnode_t list[4]; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dcl.el360 (defalias 'second 'cadr) function
[all...]
H A Dcl-macs.el1670 (defsetf second (x) (store) (list 'setcar (list 'cdr x) store)) function
[all...]
/macosx-10.10/emacs-93/emacs/lisp/term/
H A Dsun-mouse.el[all...]
/macosx-10.10/WebCore-7600.1.25/editing/
H A Dhtmlediting.cpp729 HTMLElement* list = enclosingList(node); local
1151 isVisiblyAdjacent(const Position& first, const Position& second) argument
1185 areIdenticalElements(const Node* first, const Node* second) argument
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Djob.c1464 cups_array_t *list; /* Array of jobs */ local
2246 int second = 0; /* Hold second */ local
2820 compare_active_jobs(void *first, void *second, void *data) argument
2842 compare_completed_jobs(void *first, void *second, void *data) argument
2864 compare_jobs(void *first, void *second, void *data) argument
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c874 struct curl_slist *list = NULL; local
1045 int year=0,month=0,day=0,hour=0,minute=0,second=0; local
[all...]
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dxslt.c638 xsltPointerListPtr list = local
656 xsltPointerListPtr list = (xsltPointerListPtr) local
667 xsltPointerListPtr list = (xsltPointerListPtr) local
2514 xmlNsPtr *list = NULL, ns; local
2621 xsltParseNsPrefixList(xsltCompilerCtxtPtr cctxt, xsltPointerListPtr list, xmlNodePtr node, const xmlChar *value) argument
2712 xsltCompilerUtilsCreateMergedList(xsltPointerListPtr first, xsltPointerListPtr second) argument
2760 xsltPointerListPtr list = NULL; local
2841 xsltPointerListPtr list = NULL; local
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclUtil.c126 TclFindElement( Tcl_Interp *interp, CONST char *list, int listLength, CONST char **elementPtr, CONST char **nextPtr, int *sizePtr, int *bracePtr) argument
404 Tcl_SplitList( Tcl_Interp *interp, CONST char *list, int *argcPtr, CONST char ***argvPtr) argument
518 TclMarkList( Tcl_Interp *interp, CONST char *list, CONST char *end, int *argcPtr, CONST int **argszPtr, CONST char ***argvPtr) argument
2588 int code, first, second; local
[all...]
/macosx-10.10/tidy-15.15/tidy/src/
H A Dattrs.c1049 AttVal *second; local
1480 AttrValueIsAmong(AttVal *attval, ctmbstr const list[]) argument
1489 CheckAttrValidity( TidyDocImpl* doc, Node *node, AttVal *attval, ctmbstr const list[]) argument
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dexecute_cmd.c1509 COMMAND *tc, *second; local
1635 register WORD_LIST *releaser, *list; local
2095 WORD_LIST *releaser, *list; local
2233 register WORD_LIST *list; local
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dtree.c1660 xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1750 xmlNodeListGetRawString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
2816 xmlSetListDoc(xmlNodePtr list, xmlDocPtr doc) argument
5831 xmlTextMerge(xmlNodePtr first, xmlNodePtr second) argument
8126 xmlDOMWrapNSNormAddNsMapItem2(xmlNsPtr **list, int *size, int *number, xmlNsPtr oldNs, xmlNsPtr newNs) argument
8173 xmlNsPtr *list = NULL; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtree.c1628 xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1710 xmlNodeListGetRawString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
2776 xmlSetListDoc(xmlNodePtr list, xmlDocPtr doc) argument
5714 xmlTextMerge(xmlNodePtr first, xmlNodePtr second) argument
7960 xmlDOMWrapNSNormAddNsMapItem2(xmlNsPtr **list, int *size, int *number, xmlNsPtr oldNs, xmlNsPtr newNs) argument
8007 xmlNsPtr *list = NULL; local
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkText.c1785 TextIndexSortProc( CONST void *first, CONST void *second) argument
4842 char *list; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dartist.el[all...]
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c2139 CFArrayRef list = NULL; local
2429 int month, day, hour, minute, second; local
2430 CFCalendarDecomposeAbsoluteTime(_gregorian(), t, "MdHms", &month, &day, &hour, &minute, &second); local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayer.cpp3945 static inline bool compareZIndex(RenderLayer* first, RenderLayer* second) argument
4169 paintList(Vector<RenderLayer*>* list, GraphicsContext* context, const LayerPaintingInfo& paintingInfo, PaintLayerFlags paintFlags) argument
5067 hitTestList(Vector<RenderLayer*>* list, RenderLayer* rootLayer, const HitTestRequest& request, HitTestResult& result, const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, const HitTestingTransformState* transformState, double* zOffsetForDescendants, double* zOffset, const HitTestingTransformState* unflattenedTransformState, bool depthSortDescendants) argument
5867 listBackgroundIsKnownToBeOpaqueInRect(const Vector<RenderLayer*>* list, const LayoutRect& localRect) const argument
[all...]

Completed in 508 milliseconds

12