Searched defs:dialogArguments (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8WindowCustom.cpp306 explicit DialogHandler(v8::Handle<v8::Value> dialogArguments) argument
307 : m_dialogArguments(dialogArguments)
327 m_dialogContext->Global()->Set(v8::String::NewSymbol("dialogArguments"), m_dialogArguments);

Completed in 81 milliseconds