Searched refs:event_var (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome_frame/
H A Dchrome_frame_activex.cc272 base::win::ScopedVariant event_var; local
273 event_var.Set(static_cast<IDispatch*>(message_event));
274 InvokeScriptFunction(onmessage_handler_, event_var.AsInput());
H A Dchrome_frame_activex_base.h426 base::win::ScopedVariant event_var; local
427 event_var.Set(static_cast<IDispatch*>(message_event));
428 InvokeScriptFunction(onmessage_handler_, event_var.AsInput());

Completed in 248 milliseconds