Searched defs:IsSeparator (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/websockets/
H A Dwebsocket_extension_parser.cc81 !IsControl(current_[0]) && !IsSeparator(current_[0]))
98 if (IsControl(next) || IsSeparator(next)) break;
101 } else if (IsSeparator(current_[0])) {
153 bool WebSocketExtensionParser::IsSeparator(char c) { function in class:net::WebSocketExtensionParser
/external/chromium/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc68 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 { function in class:BackForwardMenuModel
248 if (IsSeparator(i))
389 return index < GetItemCount() && !IsSeparator(index);
393 return index < GetItemCount() && !IsSeparator(index);
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bubble_gtk.cc78 gboolean IsSeparator(GtkTreeModel* model, GtkTreeIter* iter, gpointer data) { function in namespace:__anon6325
491 IsSeparator, NULL, NULL); local
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc81 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 { function in class:BackForwardMenuModel
275 if (IsSeparator(i))
411 return index < GetItemCount() && !IsSeparator(index);
415 return index < GetItemCount() && !IsSeparator(index);
/external/chromium/base/
H A Dfile_path.cc93 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) { function in class:FilePath
315 IsSeparator(new_path.path_[letter + 1])) {
467 if (!IsSeparator(new_path.path_[new_path.path_.length() - 1])) {
1191 pos > start && IsSeparator(path_[pos - 1]);
1196 !IsSeparator(path
[all...]
/external/chromium_org/base/files/
H A Dfile_path.cc87 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))
211 bool FilePath::IsSeparator(CharType character) { function in class:base::FilePath
328 IsSeparator(new_path.path_[letter + 1])) {
507 if (!IsSeparator(new_path.path_[new_path.path_.length() - 1])) {
539 return IsSeparator(path_[path_.size() - 1]);
1282 pos > start && IsSeparator(path
[all...]

Completed in 320 milliseconds