Searched refs:tagName (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMDocument.h38 - (WKDOMElement *)createElement:(NSString *)tagName;
H A DWKDOMDocument.mm38 - (WKDOMElement *)createElement:(NSString *)tagName
42 return WebKit::toWKDOMElement(toDocument(_impl.get())->createElement(tagName, ec).get());
H A DWKDOMElement.mm53 - (NSString *)tagName
55 return WebCore::toElement(_impl.get())->tagName();
H A DWKDOMElement.h39 @property(readonly) NSString *tagName; variable
/macosx-10.10.1/tidy-15.15/tidy/htmldoc/api/
H A Dtreeview.js20 function Folder(folderDescription, tagName, hreference) //constructor
24 this.tagName = tagName
196 if (this.tagName!="")
231 if (this.tagName)
233 doc.write("doxygen='" + this.tagName + "' ");
268 function Item(itemDescription, tagName, itemLink) // Constructor
272 this.tagName = tagName
348 if (this.tagName!
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dtktable.py214 def tag_cell(self, tagName, *args):
215 result = apply(self.tk.call, (self._w, 'tag', 'cell', tagName) + args)
218 def tag_cget(self, tagName, option):
219 return self.tk.call(self._w, 'tag', 'cget', tagName, '-' + option)
221 def tag_col(self, tagName, *args):
222 result = apply(self.tk.call, (self._w, 'tag', 'col', tagName) + args)
225 def tag_configure(self, tagName, cnf={}, **kw):
227 return self.tk.call(self._w, 'tag', 'configure', tagName)
229 return self.tk.call(self._w, 'tag', 'configure', tagName, '-' + cnf)
232 (self._w, 'tag', 'configure', tagName)
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dhtmlmixed.js32 var tagName = state.htmlState.tagName;
34 if (tagName == "script" && /\btag\b/.test(style) && stream.current() == ">") {
50 } else if (tagName == "style" && /\btag\b/.test(style) && stream.current() == ">") {
H A Dxml.js125 state.tagName = state.tagStart = null;
185 function Context(state, tagName, startOfLine) {
187 this.tagName = tagName;
190 if (Kludges.doNotIndent.hasOwnProperty(tagName) || (state.context && state.context.noIndent))
202 parentTagName = state.context.tagName;
223 state.tagName = stream.current();
233 var tagName = stream.current();
234 if (state.context && state.context.tagName != tagName
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkTagSet.c20 const char *tagName; /* Back-pointer to hash table entry */ member in struct:TtkTag
36 static Ttk_Tag NewTag(Ttk_TagTable tagTable, const char *tagName) argument
43 tag->tagName = tagName;
87 Ttk_Tag Ttk_GetTag(Ttk_TagTable tagTable, const char *tagName) argument
91 &tagTable->tags, tagName, &isNew);
94 tagName = Tcl_GetHashKey(&tagTable->tags, entryPtr);
95 Tcl_SetHashValue(entryPtr, NewTag(tagTable,tagName));
155 NULL, result, Tcl_NewStringObj(tagset->tags[i]->tagName, -1));
H A DttkWidget.h209 MODULE_SCOPE Ttk_Tag Ttk_GetTag(Ttk_TagTable, const char *tagName);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMTreeElement.js553 var tagName = eventTarget.enclosingNodeOrSelfWithClass("html-tag-name");
554 if (tagName)
555 return this._startEditingTagName(tagName);
724 var tagName = tagNameElement.textContent; variable
725 if (WebInspector.DOMTreeElement.EditTagBlacklist[tagName.toLowerCase()])
753 var config = new WebInspector.EditingConfig(editingComitted.bind(this), editingCancelled.bind(this), tagName);
872 _tagNameEditingCommitted: function(element, newText, oldText, tagName, moveDirection)
881 closingTagElement.textContent = "</" + tagName + ">";
883 self._editingCancelled(element, tagName);
1036 _buildTagDOM: function(parentElement, tagName, isClosingTa
[all...]
H A DEditingSupport.js135 if (element.tagName === "INPUT" && element.type === "text")
169 if (this.tagName === "INPUT" && this.type === "text")
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtags.vim15 syn match tagName "^[^\t]\+" skipwhite nextgroup=tagPath
39 HiLink tagName Identifier
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioSelectorControl.cpp374 IOReturn IOAudioSelectorControl::addAvailableSelection(SInt32 selectionValue, OSString *selectionDescription, const char* tagName, OSObject* tag) argument
410 if ( tagName && tag ) {
411 newSelection->setObject(tagName, tag);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/src/
H A DtclDomProInt.h383 TclDomDocument *documentPtr, char *tagName);
386 TclDomDocument *documentPtr, char *tagName);
389 TclDomDocument *documentPtr, char *tagName);
392 TclDomDocument *documentPtr, char *tagName);
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkTextTag.c102 Tcl_Obj *tagName);
171 "tagName index1 ?index2 index1 index2 ...?");
240 Tcl_WrongNumArgs(interp, 3, objv, "tagName ?sequence? ?command?");
317 Tcl_WrongNumArgs(interp, 1, objv, "tag cget tagName option");
340 "tagName ?option? ?value? ?option value ...?");
530 Tcl_WrongNumArgs(interp, 3, objv, "tagName ?tagName ...?");
563 Tcl_WrongNumArgs(interp, 3, objv, "tagName ?belowThis?");
649 Tcl_WrongNumArgs(interp, 3, objv, "tagName index1 ?index2?");
729 Tcl_WrongNumArgs(interp, 3, objv, "tagName index
929 TkTextCreateTag( TkText *textPtr, CONST char *tagName, int *newTag) argument
1042 FindTag( Tcl_Interp *interp, TkText *textPtr, Tcl_Obj *tagName) argument
[all...]
H A DtkTextIndex.c808 CONST char *tagName;
821 tagName = Tcl_DStringValue(&copy);
822 if (((p - tagName) == 3) && !strncmp(tagName, "sel", 3)) {
830 hPtr = Tcl_FindHashEntry(&sharedPtr->tagTable, tagName);
847 tagName = "sel";
849 tagName = Tcl_GetHashKey(&sharedPtr->tagTable, hPtr);
854 tagName, "\"", NULL);
795 CONST char *tagName; local
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebRenderObject.cpp71 m_elementTagName = element->tagName();
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkTextTag.c79 TkText *textPtr, CONST char *tagName));
134 " tagName index1 ?index2 index1 index2 ...?\"",
203 argv[0], " tag bind tagName ?sequence? ?command?\"",
278 argv[0], " tag cget tagName option\"",
292 argv[0], " tag configure tagName ?option? ?value? ",
461 argv[0], " tag delete tagName tagName ...\"",
521 argv[0], " tag lower tagName ?belowThis?\"",
590 argv[0], " tag nextrange tagName index1 ?index2?\"",
668 argv[0], " tag prevrange tagName index
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DDOMCoreClasses.cpp623 /* [in] */ BSTR tagName,
629 String tagNameString(tagName);
692 /* [in] */ BSTR tagName,
698 String tagNameString(tagName);
1015 HRESULT STDMETHODCALLTYPE DOMElement::tagName( function in class:DOMElement
1024 *result = BString(m_element->tagName()).release();
622 createElement( BSTR tagName, IDOMElement** result) argument
691 getElementsByTagName( BSTR tagName, IDOMNodeList** result) argument
H A DDOMHTMLClasses.h315 /* [in] */ BSTR tagName,
316 /* [retval][out] */ IDOMElement **result) { return DOMDocument::createElement(tagName, result); }
347 /* [in] */ BSTR tagName,
348 /* [retval][out] */ IDOMNodeList **result) { return DOMDocument::getElementsByTagName(tagName, result); }
579 virtual HRESULT STDMETHODCALLTYPE tagName( function in class:DOMHTMLElement
580 /* [retval][out] */ BSTR *result) { return DOMElement::tagName(result); }
838 virtual HRESULT STDMETHODCALLTYPE tagName( function in class:DOMHTMLFormElement
839 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(result); }
1143 virtual HRESULT STDMETHODCALLTYPE tagName( function in class:DOMHTMLSelectElement
1144 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::tagName(resul
314 createElement( BSTR tagName, IDOMElement **result) argument
346 getElementsByTagName( BSTR tagName, IDOMNodeList **result) argument
1467 virtual HRESULT STDMETHODCALLTYPE tagName( function in class:DOMHTMLOptionElement
1765 virtual HRESULT STDMETHODCALLTYPE tagName( function in class:DOMHTMLInputElement
2175 virtual HRESULT STDMETHODCALLTYPE tagName( function in class:DOMHTMLTextAreaElement
2500 virtual HRESULT STDMETHODCALLTYPE tagName( function in class:DOMHTMLIFrameElement
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DDOMCore.idl344 - (DOMElement *)createElement:(NSString *)tagName;
346 HRESULT createElement([in] BSTR tagName, [out, retval] IDOMElement** result);
386 HRESULT getElementsByTagName([in] BSTR tagName, [out, retval] IDOMNodeList** result);
515 - (NSString *)tagName;
517 HRESULT tagName([out, retval] BSTR* result);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ntext/
H A Dntext.tcl1754 set tagName ntextAlignLM2Indent=${pix}
1755 $textWidget tag add $tagName $lineStart $nextLineStart
1756 $textWidget tag configure $tagName -lmargin2 ${pix}
1758 $textWidget tag configure $tagName -background [IntToColor $pix 100]
1760 $textWidget tag lower $tagName
1761 return $tagName
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebRenderLayer.mm56 name = [name stringByAppendingFormat:@" %@", (NSString *)element->tagName()];
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/lib/
H A Dtdom.tcl216 # @in tagName the nodeName of an elment node
218 # @return 1 iff node is nested below a element with nodeName tagName
222 proc ::dom::domNode::isWithin { node tagName } {
226 if {[$node nodeName] == $tagName} {
234 # tagName (domNode method)
239 proc ::dom::domNode::tagName { node } {

Completed in 165 milliseconds

12