OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCurrentRoutingID
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/android/java/
gin_java_bridge_dispatcher_host.cc
382
int GinJavaBridgeDispatcherHost::
GetCurrentRoutingID
() const {
436
DCHECK(
GetCurrentRoutingID
() != MSG_ROUTING_NONE);
461
objects_[returned_object_id]->AddHolder(
GetCurrentRoutingID
());
466
GetCurrentRoutingID
());
479
DCHECK(
GetCurrentRoutingID
() != MSG_ROUTING_NONE);
485
RemoveHolderAndAdvanceLocked(
GetCurrentRoutingID
(), &iter);
gin_java_bridge_dispatcher_host.h
105
int
GetCurrentRoutingID
() const;
Completed in 890 milliseconds