HomeSort by relevance Sort by last modified time
    Searched refs:IsValidIndex (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h 37 virtual bool IsValidIndex(int index) const = 0;
fake_base_tab_strip_controller.cc 41 bool FakeBaseTabStripController::IsValidIndex(int index) const {
46 if (!IsValidIndex(index))
fake_base_tab_strip_controller.h 27 virtual bool IsValidIndex(int index) const OVERRIDE;
browser_tab_strip_controller.h 50 virtual bool IsValidIndex(int model_index) const OVERRIDE;
browser_tab_strip_controller.cc 247 bool BrowserTabStripController::IsValidIndex(int index) const {
533 if (IsValidIndex(model_index)) {
tab_strip.cc 871 return controller_->IsValidIndex(model_index);
    [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_model.cc 196 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,
bookmark_model.h 337 bool IsValidIndex(const BookmarkNode* parent, int index, bool allow_end);
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 473 if (IsValidIndex(index))
500 if (IsValidIndex(index))
718 IsValidIndex(folder_drop_target_)) {
720 } else if (IsValidIndex(reorder_drop_target_)) {
    [all...]
apps_grid_view.h 270 bool IsValidIndex(const Index& index) const;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 644 if (!IsValidIndex(segment)) {
737 if (IsValidIndex(segment)) {
747 bool CMapTable::CMapFormat4::IsValidIndex(int32_t segment) {
759 if (IsValidIndex(segment))
765 if (IsValidIndex(segment))
771 if (IsValidIndex(segment))
    [all...]
cmap_table.h 486 bool IsValidIndex(int32_t segment);
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 644 if (!IsValidIndex(segment)) {
737 if (IsValidIndex(segment)) {
747 bool CMapTable::CMapFormat4::IsValidIndex(int32_t segment) {
759 if (IsValidIndex(segment))
765 if (IsValidIndex(segment))
771 if (IsValidIndex(segment))
    [all...]
cmap_table.h 486 bool IsValidIndex(int32_t segment);
  /external/chromium_org/v8/src/
property-details.h 253 static bool IsValidIndex(int index) {
objects.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ftsiface.h 83 WINBOOL WINAPI IsValidIndex(PSZ pszFileName,UINT dwOptions);

Completed in 311 milliseconds