Home
last modified time | relevance | path

Searched refs:IsValidIndex (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dfake_base_tab_strip_controller.cc41 bool FakeBaseTabStripController::IsValidIndex(int index) const { in IsValidIndex() function in FakeBaseTabStripController
46 if (!IsValidIndex(index)) in IsActiveTab()
Dtab_strip_controller.h37 virtual bool IsValidIndex(int index) const = 0;
Dfake_base_tab_strip_controller.h27 virtual bool IsValidIndex(int index) const OVERRIDE;
Dbrowser_tab_strip_controller.h50 virtual bool IsValidIndex(int model_index) const OVERRIDE;
Dbrowser_tab_strip_controller.cc247 bool BrowserTabStripController::IsValidIndex(int index) const { in IsValidIndex() function in BrowserTabStripController
533 if (IsValidIndex(model_index)) { in StartHighlightTabsForCommand()
Dtab_strip.cc871 return controller_->IsValidIndex(model_index); in IsValidModelIndex()
/external/chromium_org/components/bookmarks/browser/
Dbookmark_model.cc196 if (!loaded_ || !IsValidIndex(parent, index, false) || is_root_node(parent)) { in Remove()
240 if (!loaded_ || !node || !IsValidIndex(new_parent, index, true) || in Move()
279 if (!loaded_ || !node || !IsValidIndex(new_parent, index, true) || in Copy()
566 if (!loaded_ || is_root_node(parent) || !IsValidIndex(parent, index, true)) { in AddFolderWithMetaInfo()
604 !IsValidIndex(parent, index, true)) { in AddURLWithCreationTimeAndMetaInfo()
894 bool BookmarkModel::IsValidIndex(const BookmarkNode* parent, in IsValidIndex() function in BookmarkModel
Dbookmark_model.h337 bool IsValidIndex(const BookmarkNode* parent, int index, bool allow_end);
/external/chromium_org/ui/app_list/views/
Dapps_grid_view.cc473 if (IsValidIndex(index)) in SetSelectedView()
500 if (IsValidIndex(index)) in EnsureViewVisible()
718 IsValidIndex(folder_drop_target_)) { in EndDrag()
720 } else if (IsValidIndex(reorder_drop_target_)) { in EndDrag()
1113 bool AppsGridView::IsValidIndex(const Index& index) const { in IsValidIndex() function in app_list::AppsGridView
1129 if (!IsValidIndex(index)) in GetViewAtIndex()
1409 DCHECK(IsValidIndex(*drop_target)); in CalculateFolderDropTarget()
1446 DCHECK(IsValidIndex(*drop_target)); in CalculateReorderDropTarget()
1556 IsValidIndex(reorder_drop_target_)) { in EndDragFromReparentItemInRootLevel()
1559 IsValidIndex(folder_drop_target_)) { in EndDragFromReparentItemInRootLevel()
Dapps_grid_view.h270 bool IsValidIndex(const Index& index) const;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc644 if (!IsValidIndex(segment)) { in StartCode()
737 if (IsValidIndex(segment)) { in EndCode()
747 bool CMapTable::CMapFormat4::IsValidIndex(int32_t segment) { in IsValidIndex() function in sfntly::CMapTable::CMapFormat4
759 if (IsValidIndex(segment)) in IdDelta()
765 if (IsValidIndex(segment)) in IdRangeOffset()
771 if (IsValidIndex(segment)) in IdRangeOffsetLocation()
Dcmap_table.h486 bool IsValidIndex(int32_t segment);
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc644 if (!IsValidIndex(segment)) { in StartCode()
737 if (IsValidIndex(segment)) { in EndCode()
747 bool CMapTable::CMapFormat4::IsValidIndex(int32_t segment) { in IsValidIndex() function in sfntly::CMapTable::CMapFormat4
759 if (IsValidIndex(segment)) in IdDelta()
765 if (IsValidIndex(segment)) in IdRangeOffset()
771 if (IsValidIndex(segment)) in IdRangeOffsetLocation()
Dcmap_table.h486 bool IsValidIndex(int32_t segment);
/external/chromium_org/v8/src/
Dproperty-details.h253 static bool IsValidIndex(int index) { in IsValidIndex() function
Dobjects.cc14946 !PropertyDetails::IsValidIndex(dictionary->NextEnumerationIndex() + n)) { in EnsureCapacity()