HomeSort by relevance Sort by last modified time
    Searched refs:GetUniqueID (Results 1 - 25 of 38) sorted by null

1 2

  /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/content/browser/frame_host/
navigation_entry_impl_unittest.cc 51 EXPECT_NE(entry1_->GetUniqueID(), entry2_->GetUniqueID());
54 entry2_->set_unique_id(entry1_->GetUniqueID());
55 EXPECT_EQ(entry1_->GetUniqueID(), entry2_->GetUniqueID());
navigation_entry_screenshot_manager.cc 128 entry->GetUniqueID()),
145 if (iter->GetUniqueID() == unique_id) {
190 if (iter->GetUniqueID() == unique_id) {
  /external/chromium_org/android_webview/native/permission/
permission_request_handler.cc 27 return active_entry ? active_entry->GetUniqueID() : 0;
89 contents_unique_id_ != details.entry->GetUniqueID()) {
91 contents_unique_id_ = details.entry->GetUniqueID();
  /external/chromium_org/chrome/browser/infobars/
infobar_service.cc 38 navigation_details.entry_id = details.entry->GetUniqueID();
74 return active_entry ? active_entry->GetUniqueID() : 0;
  /external/chromium_org/chrome/browser/google/
chrome_google_url_tracker_client.cc 78 controller->GetPendingEntry()->GetUniqueID());
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.cc 32 committed_entry ? committed_entry->GetUniqueID() : 0,
protected_media_identifier_infobar_delegate.cc 33 committed_entry ? committed_entry->GetUniqueID() : 0,
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_infobar_delegate.cc 32 committed_entry ? committed_entry->GetUniqueID() : 0,
  /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 246 if (requested_favicons_.find(entry->GetUniqueID()) !=
250 requested_favicons_.insert(entry->GetUniqueID());
260 entry->GetUniqueID()),
274 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/geolocation/
geolocation_infobar_delegate.cc 70 committed_entry ? committed_entry->GetUniqueID() : 0,
  /external/lldb/include/lldb/API/
SBProcess.h 188 GetUniqueID();
  /external/lldb/scripts/Python/interface/
SBProcess.i 203 ") GetUniqueID;
205 GetUniqueID();

Completed in 173 milliseconds

1 2