/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
TraceDebugEventListener.cs | 66 int ID = adaptor.GetUniqueID(t); 73 int ID = adaptor.GetUniqueID(t); 85 Console.Out.WriteLine("nilNode " + adaptor.GetUniqueID(t)); 89 int ID = adaptor.GetUniqueID(t); 96 int ID = adaptor.GetUniqueID(node); 103 Console.Out.WriteLine("becomeRoot " + adaptor.GetUniqueID(newRoot) + ", " + 104 adaptor.GetUniqueID(oldRoot)); 108 Console.Out.WriteLine("addChild " + adaptor.GetUniqueID(root) + ", " + 109 adaptor.GetUniqueID(child)); 113 Console.Out.WriteLine("setTokenBoundaries " + adaptor.GetUniqueID(t) + ", " [all...] |
DebugEventSocketProxy.cs | 260 int ID = adaptor.GetUniqueID(t); 271 int ID = adaptor.GetUniqueID(t); 301 int ID = adaptor.GetUniqueID(t); 306 int ID = adaptor.GetUniqueID(t); 318 int ID = adaptor.GetUniqueID(t); 331 int ID = adaptor.GetUniqueID(node); 337 int newRootID = adaptor.GetUniqueID(newRoot); 338 int oldRootID = adaptor.GetUniqueID(oldRoot); 343 int rootID = adaptor.GetUniqueID(root); 344 int childID = adaptor.GetUniqueID(child) [all...] |
DebugTreeNodeStream.cs | 122 int ID = adaptor.GetUniqueID(node); 131 int ID = adaptor.GetUniqueID(node);
|
DebugTreeAdaptor.cs | 217 public virtual int GetUniqueID(object node) { 218 return adaptor.GetUniqueID(node);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
TraceDebugEventListener.cs | 75 int ID = adaptor.GetUniqueID( t ); 83 int ID = adaptor.GetUniqueID( t ); 96 Console.Out.WriteLine( "nilNode " + adaptor.GetUniqueID( t ) ); 101 int ID = adaptor.GetUniqueID( t ); 109 int ID = adaptor.GetUniqueID( node ); 117 Console.Out.WriteLine( "becomeRoot " + adaptor.GetUniqueID( newRoot ) + ", " + 118 adaptor.GetUniqueID( oldRoot ) ); 123 Console.Out.WriteLine( "addChild " + adaptor.GetUniqueID( root ) + ", " + 124 adaptor.GetUniqueID( child ) ); 129 Console.Out.WriteLine( "setTokenBoundaries " + adaptor.GetUniqueID( t ) + ", " [all...] |
DebugEventSocketProxy.cs | 299 int ID = adaptor.GetUniqueID( t ); 311 int ID = adaptor.GetUniqueID( t ); 343 int ID = adaptor.GetUniqueID( t ); 349 int ID = adaptor.GetUniqueID( t ); 362 int ID = adaptor.GetUniqueID( t ); 376 int ID = adaptor.GetUniqueID( node ); 383 int newRootID = adaptor.GetUniqueID( newRoot ); 384 int oldRootID = adaptor.GetUniqueID( oldRoot ); 390 int rootID = adaptor.GetUniqueID( root ); 391 int childID = adaptor.GetUniqueID( child ) [all...] |
DebugTreeNodeStream.cs | 143 int ID = adaptor.GetUniqueID( node ); 153 int ID = adaptor.GetUniqueID( node );
|
DebugTreeAdaptor.cs | 280 public virtual int GetUniqueID( object node ) 282 return adaptor.GetUniqueID( node );
|
/external/chromium_org/chrome/browser/infobars/ |
infobar_delegate.cc | 106 contents_unique_id_ = active_entry ? active_entry->GetUniqueID() : 0; 127 return (contents_unique_id_ != details.entry->GetUniqueID()) ||
|
/external/chromium_org/chrome/browser/media/ |
midi_permission_infobar_delegate.cc | 32 committed_entry ? committed_entry->GetUniqueID() : 0, 70 return (contents_unique_id_ != details.entry->GetUniqueID()) ||
|
protected_media_identifier_infobar_delegate.cc | 33 committed_entry ? committed_entry->GetUniqueID() : 0, 88 return (contents_unique_id_ != details.entry->GetUniqueID()) ||
|
/external/chromium_org/content/browser/frame_host/ |
navigation_entry_impl_unittest.cc | 49 EXPECT_NE(entry1_->GetUniqueID(), entry2_->GetUniqueID()); 52 entry2_->set_unique_id(entry1_->GetUniqueID()); 53 EXPECT_EQ(entry1_->GetUniqueID(), entry2_->GetUniqueID());
|
navigation_entry_screenshot_manager.cc | 124 entry->GetUniqueID())); 140 if (iter->GetUniqueID() == unique_id) { 185 if (iter->GetUniqueID() == unique_id) {
|
navigation_entry_impl.cc | 91 int NavigationEntryImpl::GetUniqueID() const {
|
/external/chromium_org/chrome/browser/geolocation/ |
geolocation_infobar_delegate.cc | 77 committed_entry ? committed_entry->GetUniqueID() : 0, 135 return (contents_unique_id_ != details.entry->GetUniqueID()) ||
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeAdaptor.cs | 172 int GetUniqueID(object node);
|
BaseTreeAdaptor.cs | 255 public virtual int GetUniqueID(object node) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
ITreeAdaptor`1.cs | 160 int GetUniqueID(T node);
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
back_forward_menu_model.cc | 247 if (requested_favicons_.find(entry->GetUniqueID()) != 251 requested_favicons_.insert(entry->GetUniqueID()); 263 entry->GetUniqueID()), 277 if (GetNavigationEntry(i)->GetUniqueID() == navigation_entry_unique_id) {
|
/external/chromium_org/content/public/browser/ |
navigation_entry.h | 43 virtual int GetUniqueID() const = 0;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITreeAdaptor.cs | 228 int GetUniqueID( object node );
|
/external/chromium_org/chrome/browser/google/ |
google_url_tracker_infobar_delegate.cc | 122 int unique_id = details.entry->GetUniqueID();
|
google_url_tracker_navigation_helper_impl.cc | 119 controller->GetPendingEntry()->GetUniqueID());
|
/external/chromium_org/chrome/browser/safe_browsing/ |
client_side_detection_host.cc | 357 web_contents()->GetController().GetActiveEntry()->GetUniqueID(); 593 return (nav_entry && nav_entry->GetUniqueID() == unsafe_unique_page_id_);
|
/external/chromium_org/components/sessions/ |
serialized_navigation_entry_unittest.cc | 128 EXPECT_EQ(navigation_entry->GetUniqueID(), navigation.unique_id()); 258 EXPECT_EQ(navigation_entry->GetUniqueID(), sync_data.unique_id());
|