Home
last modified time | relevance | path

Searched refs:kWebDialogDelegateUserDataKey (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/web_dialogs/
Dweb_dialog_ui.cc25 const char kWebDialogDelegateUserDataKey[] = "WebDialogDelegateUserData"; variable
62 web_contents->SetUserData(&kWebDialogDelegateUserDataKey, in SetDelegate()
73 web_contents->GetUserData(&kWebDialogDelegateUserDataKey)); in GetDelegate()