HomeSort by relevance Sort by last modified time
    Searched defs:CallEventRouter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/
event_router_forwarder.cc 95 CallEventRouter(profile, extension_id, event_name, event_args.Pass(),
102 CallEventRouter(
109 void EventRouterForwarder::CallEventRouter(
event_router_forwarder_unittest.cc 32 MOCK_METHOD5(CallEventRouter,
36 virtual void CallEventRouter(
40 CallEventRouter(profile, extension_id, event_name,
128 CallEventRouter(profile1_, "", kEventName, profile1_, url));
130 CallEventRouter(profile2_, "", kEventName, profile2_, url));
141 CallEventRouter(profile1_, "", kEventName, profile1_, url));
142 EXPECT_CALL(*event_router.get(), CallEventRouter(incognito, _, _, _, _))
145 CallEventRouter(profile2_, "", kEventName, profile2_, url));
157 CallEventRouter(profile1_, "", kEventName, profile1_, url));
159 CallEventRouter(profile2_, "", kEventName, profile2_, url))
    [all...]

Completed in 42 milliseconds