Home
last modified time | relevance | path

Searched refs:GetCurrentRoutingID (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/android/java/
Dgin_java_bridge_dispatcher_host.cc382 int GinJavaBridgeDispatcherHost::GetCurrentRoutingID() const { in GetCurrentRoutingID() function in content::GinJavaBridgeDispatcherHost
436 DCHECK(GetCurrentRoutingID() != MSG_ROUTING_NONE); in OnInvokeMethod()
461 objects_[returned_object_id]->AddHolder(GetCurrentRoutingID()); in OnInvokeMethod()
466 GetCurrentRoutingID()); in OnInvokeMethod()
479 DCHECK(GetCurrentRoutingID() != MSG_ROUTING_NONE); in OnObjectWrapperDeleted()
485 RemoveHolderAndAdvanceLocked(GetCurrentRoutingID(), &iter); in OnObjectWrapperDeleted()
Dgin_java_bridge_dispatcher_host.h105 int GetCurrentRoutingID() const;