Searched refs:ownIndex (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDOMAgent.js633 var ownIndex = this._xPathIndex();
634 if (ownIndex === -1)
664 if (ownIndex > 0)
665 ownValue += "[" + ownIndex + "]";
705 var ownIndex = 1; // XPath indices start with 1.
709 return ownIndex;
710 ++ownIndex;
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkSelect.c933 int ownIndex;
948 "option", 0, &ownIndex) != TCL_OK) {
952 switch ((enum ownOptions) ownIndex) {
927 int ownIndex; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkSelect.c941 int ownIndex;
956 "option", 0, &ownIndex) != TCL_OK) {
960 switch ((enum ownOptions) ownIndex) {
935 int ownIndex; local

Completed in 216 milliseconds