HomeSort by relevance Sort by last modified time
    Searched defs:IsSeparator (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 68 return IsSeparator(index) ? TYPE_SEPARATOR : TYPE_COMMAND;
81 if (IsSeparator(index))
145 return index < GetItemCount() && !IsSeparator(index);
163 DCHECK(!IsSeparator(index));
197 bool BackForwardMenuModel::IsSeparator(int index) const {
248 if (IsSeparator(i))
389 return index < GetItemCount() && !IsSeparator(index);
393 return index < GetItemCount() && !IsSeparator(index);
  /external/chromium/base/
file_path.cc 93 FilePath::IsSeparator(path[letter + 1]);
97 FilePath::IsSeparator(path[0]) && FilePath::IsSeparator(path[1]);
100 return path.length() > 0 && FilePath::IsSeparator(path[0]);
107 if (!FilePath::IsSeparator(*it))
198 bool FilePath::IsSeparator(CharType character) {
315 IsSeparator(new_path.path_[letter + 1])) {
467 if (!IsSeparator(new_path.path_[new_path.path_.length() - 1])) {
    [all...]

Completed in 580 milliseconds