Home
last modified time | relevance | path

Searched refs:currentRow (Results 1 - 12 of 12) sorted by relevance

/third_party/libevdev/doc/style/
H A Ddynsections.js9 {var currentRow=$('#row_'+id);var rows=currentRow.nextAll("tr");var re=new RegExp('^row_'+id+'\\d+_$',"i");var childRows=rows.filter(function(){return this.id.match(re);});if(childRows.filter(':first').is(':visible')===true){var currentRowSpans=currentRow.find("span");currentRowSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");currentRowSpans.filter(".arrow").html('►');rows.filter("[id^=row_"+id+"]").hide();}else{var currentRowSpans=currentRow.find("span");currentRowSpans.filter(".iconfclosed").removeClass("iconfclosed").addClass("iconfopen");currentRowSpans.filter(".arrow").html('▼');var childRowsSpans=childRows.find("span");childRowsSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");childRowsSpans.filter(".arrow").html('►');childRows.show();}
/third_party/libevdev/doc/html/
H A Ddynsections.js76 var currentRow = $('#row_'+id);
79 var rows = currentRow.nextAll("tr");
89 var currentRowSpans = currentRow.find("span");
95 var currentRowSpans = currentRow.find("span");
/third_party/skia/third_party/externals/oboe/docs/reference/
H A Ddynsections.js75 var currentRow = $('#row_'+id);
78 var rows = currentRow.nextAll("tr");
88 var currentRowSpans = currentRow.find("span");
94 var currentRowSpans = currentRow.find("span");
/third_party/skia/tools/mdbviz/
H A Dmainwindow.cpp137 int currentRow = cur->data(0, Qt::UserRole).toInt(); in onCurrentItemChanged() local
138 fModel.setCurOp(currentRow); in onCurrentItemChanged()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp651 if (networkList->currentRow() >= 0) in updateNetworks()
652 was_selected = networkList->currentRow(); in updateNetworks()
1155 if (networkList->currentRow() < 0) { in editListedNetwork()
1220 if (networkList->currentRow() < 0) { in removeListedNetwork()
1280 if (networkList->currentRow() < 0) in updateNetworkDisabledStatus()
1300 if (networkList->currentRow() < 0 || !enabled) in enableListedNetwork()
1312 if (networkList->currentRow() < 0 || !disabled) in disableListedNetwork()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp653 if (networkList->currentRow() >= 0) in updateNetworks()
654 was_selected = networkList->currentRow(); in updateNetworks()
1170 if (networkList->currentRow() < 0) { in editListedNetwork()
1235 if (networkList->currentRow() < 0) { in removeListedNetwork()
1295 if (networkList->currentRow() < 0) in updateNetworkDisabledStatus()
1315 if (networkList->currentRow() < 0 || !enabled) in enableListedNetwork()
1327 if (networkList->currentRow() < 0 || !disabled) in disableListedNetwork()
/third_party/icu/icu4c/source/common/
H A Ducase.cpp416 currentRow(0), in FullCaseFoldingIterator()
424 const UChar *p=unfold+(currentRow*unfoldRowWidth); in next()
426 ++currentRow; in next()
430 if(currentRow>=unfoldRows) { return U_SENTINEL; } in next()
H A Ducase.h149 int32_t currentRow; member in FullCaseFoldingIterator
/third_party/node/deps/icu-small/source/common/
H A Ducase.cpp512 currentRow(0), in FullCaseFoldingIterator()
520 const char16_t *p=unfold+(currentRow*unfoldRowWidth); in next()
522 ++currentRow; in next()
526 if(currentRow>=unfoldRows) { return U_SENTINEL; } in next()
H A Ducase.h153 int32_t currentRow; member in FullCaseFoldingIterator
/third_party/skia/third_party/externals/icu/source/common/
H A Ducase.cpp422 currentRow(0), in FullCaseFoldingIterator()
430 const UChar *p=unfold+(currentRow*unfoldRowWidth); in next()
432 ++currentRow; in next()
436 if(currentRow>=unfoldRows) { return U_SENTINEL; } in next()
H A Ducase.h149 int32_t currentRow; member in FullCaseFoldingIterator

Completed in 16 milliseconds