HomeSort by relevance Sort by last modified time
    Searched refs:MatchAgainstEventFilter (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/extensions/renderer/
event_bindings.h 43 // to MatchAgainstEventFilter where this listener matches.
52 void MatchAgainstEventFilter(const v8::FunctionCallbackInfo<v8::Value>& args);
event_bindings.cc 132 RouteFunction("MatchAgainstEventFilter",
133 base::Bind(&EventBindings::MatchAgainstEventFilter,
199 // to MatchAgainstEventFilter where this listener matches.
280 void EventBindings::MatchAgainstEventFilter(
  /external/chromium_org/extensions/renderer/resources/
event.js 240 listenerIDs = eventNatives.MatchAgainstEventFilter(name, filteringInfo);

Completed in 41 milliseconds