/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | fake_base_tab_strip_controller.cc | 41 bool FakeBaseTabStripController::IsValidIndex(int index) const { in IsValidIndex() function in FakeBaseTabStripController 46 if (!IsValidIndex(index)) in IsActiveTab()
|
D | tab_strip_controller.h | 37 virtual bool IsValidIndex(int index) const = 0;
|
D | fake_base_tab_strip_controller.h | 27 virtual bool IsValidIndex(int index) const OVERRIDE;
|
D | browser_tab_strip_controller.h | 50 virtual bool IsValidIndex(int model_index) const OVERRIDE;
|
D | browser_tab_strip_controller.cc | 247 bool BrowserTabStripController::IsValidIndex(int index) const { in IsValidIndex() function in BrowserTabStripController 533 if (IsValidIndex(model_index)) { in StartHighlightTabsForCommand()
|
D | tab_strip.cc | 871 return controller_->IsValidIndex(model_index); in IsValidModelIndex()
|
/external/chromium_org/components/bookmarks/browser/ |
D | bookmark_model.cc | 196 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
|
D | bookmark_model.h | 337 bool IsValidIndex(const BookmarkNode* parent, int index, bool allow_end);
|
/external/chromium_org/ui/app_list/views/ |
D | apps_grid_view.cc | 473 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()
|
D | apps_grid_view.h | 270 bool IsValidIndex(const Index& index) const;
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 644 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()
|
D | cmap_table.h | 486 bool IsValidIndex(int32_t segment);
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 644 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()
|
D | cmap_table.h | 486 bool IsValidIndex(int32_t segment);
|
/external/chromium_org/v8/src/ |
D | property-details.h | 253 static bool IsValidIndex(int index) { in IsValidIndex() function
|
D | objects.cc | 14946 !PropertyDetails::IsValidIndex(dictionary->NextEnumerationIndex() + n)) { in EnsureCapacity()
|