Home
last modified time | relevance | path

Searched refs:RowIndex (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_android.h73 int RowIndex() const;
Daccessibility_tree_formatter_android.cc105 dict->SetInteger("row_index", android_node->RowIndex()); in AddProperties()
Dbrowser_accessibility_manager_android.cc274 node->RowIndex(), in PopulateAccessibilityNodeInfo()
365 node->RowIndex(), in PopulateAccessibilityEvent()
Dbrowser_accessibility_android.cc548 int BrowserAccessibilityAndroid::RowIndex() const { in RowIndex() function in content::BrowserAccessibilityAndroid
/external/llvm/lib/DebugInfo/
DDWARFContext.cpp456 uint32_t RowIndex = LineTable->lookupAddress(Address); in getFileLineInfoForCompileUnit() local
457 if (RowIndex == -1U) in getFileLineInfoForCompileUnit()
460 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getFileLineInfoForCompileUnit()
532 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local
534 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()