Searched defs:contextTag (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglx_query.c70 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) argument
76 contextTag,
171 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) argument
174 contextTag, name);
/external/mesa3d/src/glx/
H A Dglx_query.c70 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) argument
76 contextTag,
171 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) argument
174 contextTag, name);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp60 const QualifiedName& contextTag = contextElement->tagQName(); local
62 if (contextTag.matches(titleTag) || contextTag.matches(textareaTag))
64 if (contextTag.matches(styleTag)
65 || contextTag.matches(xmpTag)
66 || contextTag.matches(iframeTag)
67 || (contextTag.matches(noembedTag) && options.pluginsEnabled)
68 || (contextTag.matches(noscriptTag) && options.scriptEnabled)
69 || contextTag.matches(noframesTag))
71 if (contextTag
[all...]

Completed in 380 milliseconds