Home
last modified time | relevance | path

Searched refs:GetNodeType (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_editor_view.cc101 if (details_.GetNodeType() != BookmarkNode::FOLDER) in IsDialogButtonEnabled()
125 if (details_.GetNodeType() != BookmarkNode::FOLDER) { in Accept()
330 if (details_.GetNodeType() != BookmarkNode::FOLDER) { in Init()
424 if (details_.GetNodeType() == BookmarkNode::FOLDER) in GetInputURL()
430 if (details_.GetNodeType() != BookmarkNode::FOLDER) { in UserInputChanged()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas239 function GetNodeType(const T: IANTLRInterface): Integer;
1286 function GetNodeType(const T: IANTLRInterface): Integer; virtual; in GetNodeType() function
1325 function GetNodeType(const T: IANTLRInterface): Integer; override; in GetNodeType() function
2818 function TBaseTreeAdaptor.GetNodeType(const T: IANTLRInterface): Integer; in GetNodeType() function
2937 function TCommonTreeAdaptor.GetNodeType(const T: IANTLRInterface): Integer; in GetNodeType() function
3168 Result := FAdaptor.GetNodeType(LT(I));
3317 if (FAdaptor.GetNodeType(Stop) = TToken.UP) then
3320 if (FAdaptor.GetNodeType(Stop) = TToken.EOF) then
3345 Text := ' ' + IntToStr(FAdaptor.GetNodeType(T));
3354 Text := ' ' + IntToStr(FAdaptor.GetNodeType(Stop));
[all …]
DAntlr.Runtime.pas2929 NodeType := Adaptor.GetNodeType(FNode);
2946 Result := Adaptor.GetNodeType(FNode);
/external/chromium_org/chrome/browser/ui/bookmarks/
Dbookmark_editor.h34 BookmarkNode::Type GetNodeType() const;
Dbookmark_editor.cc50 BookmarkNode::Type BookmarkEditor::EditDetails::GetNodeType() const { in GetNodeType() function in BookmarkEditor::EditDetails
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
Dbookmark_editor_gtk.cc360 if (details_.GetNodeType() != BookmarkNode::FOLDER) { in Init()
623 if (details_.GetNodeType() != BookmarkNode::FOLDER) { in OnEntryChanged()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas629 TokenType := Nodes.TreeAdaptor.GetNodeType(T);