Searched defs:IsValidIndex (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dfake_base_tab_strip_controller.cc41 bool FakeBaseTabStripController::IsValidIndex(int index) const { function in class:FakeBaseTabStripController
46 if (!IsValidIndex(index))
H A Dbrowser_tab_strip_controller.cc247 bool BrowserTabStripController::IsValidIndex(int index) const { function in class:BrowserTabStripController
533 if (IsValidIndex(model_index)) {
/external/chromium_org/v8/src/
H A Dproperty-details.h253 static bool IsValidIndex(int index) { function in class:v8::internal::BASE_EMBEDDED
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model.cc196 if (!loaded_ || !IsValidIndex(parent, index, false) || is_root_node(parent)) {
240 if (!loaded_ || !node || !IsValidIndex(new_parent, index, true) ||
279 if (!loaded_ || !node || !IsValidIndex(new_parent, index, true) ||
566 if (!loaded_ || is_root_node(parent) || !IsValidIndex(parent, index, true)) {
604 !IsValidIndex(parent, index, true)) {
894 bool BookmarkModel::IsValidIndex(const BookmarkNode* parent, function in class:BookmarkModel
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc644 if (!IsValidIndex(segment)) {
737 if (IsValidIndex(segment)) {
747 bool CMapTable::CMapFormat4::IsValidIndex(int32_t segment) { function in class:sfntly::CMapTable::CMapFormat4
759 if (IsValidIndex(segment))
765 if (IsValidIndex(segment))
771 if (IsValidIndex(segment))
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc644 if (!IsValidIndex(segment)) {
737 if (IsValidIndex(segment)) {
747 bool CMapTable::CMapFormat4::IsValidIndex(int32_t segment) { function in class:sfntly::CMapTable::CMapFormat4
759 if (IsValidIndex(segment))
765 if (IsValidIndex(segment))
771 if (IsValidIndex(segment))
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc473 if (IsValidIndex(index))
500 if (IsValidIndex(index))
718 IsValidIndex(folder_drop_target_)) {
720 } else if (IsValidIndex(reorder_drop_target_)) {
1113 bool AppsGridView::IsValidIndex(const Index& index) const { function in class:app_list::AppsGridView
1129 if (!IsValidIndex(index))
1409 DCHECK(IsValidIndex(*drop_target));
1446 DCHECK(IsValidIndex(*drop_target));
1556 IsValidIndex(reorder_drop_target_)) {
1559 IsValidIndex(folder_drop_target
[all...]

Completed in 3603 milliseconds