HomeSort by relevance Sort by last modified time
    Searched defs:IsSeparator (Results 1 - 5 of 5) 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_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 81 return IsSeparator(index) ? TYPE_SEPARATOR : TYPE_COMMAND;
99 if (IsSeparator(index))
165 return index < GetItemCount() && !IsSeparator(index);
180 DCHECK(!IsSeparator(index));
216 bool BackForwardMenuModel::IsSeparator(int index) const {
276 if (IsSeparator(i))
412 return index < GetItemCount() && !IsSeparator(index);
416 return index < GetItemCount() && !IsSeparator(index);
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 78 gboolean IsSeparator(GtkTreeModel* model, GtkTreeIter* iter, gpointer data) {
491 IsSeparator, NULL, NULL);
  /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...]
  /external/chromium_org/base/files/
file_path.cc 87 FilePath::IsSeparator(path[letter + 1]);
91 FilePath::IsSeparator(path[0]) && FilePath::IsSeparator(path[1]);
94 return path.length() > 0 && FilePath::IsSeparator(path[0]);
101 if (!FilePath::IsSeparator(*it))
208 bool FilePath::IsSeparator(CharType character) {
325 IsSeparator(new_path.path_[letter + 1])) {
484 if (!IsSeparator(new_path.path_[new_path.path_.length() - 1])) {
516 return IsSeparator(path_[path_.size() - 1]);
    [all...]

Completed in 89 milliseconds