OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttachFilteredEvent
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/extensions/renderer/
event_bindings.h
39
// MatcherID
AttachFilteredEvent
(string event_name, object filter)
44
void
AttachFilteredEvent
(const v8::FunctionCallbackInfo<v8::Value>& args);
event_bindings.cc
127
"
AttachFilteredEvent
",
128
base::Bind(&EventBindings::
AttachFilteredEvent
, base::Unretained(this)));
195
// MatcherID
AttachFilteredEvent
(string event_name, object filter)
200
void EventBindings::
AttachFilteredEvent
(
/external/chromium_org/extensions/renderer/resources/
event.js
102
var id = eventNatives.
AttachFilteredEvent
(this.event_.eventName,
Completed in 350 milliseconds