OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dialog_shown_callback_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/extensions/
echo_private_api.h
97
// Creates the function with non-null
dialog_shown_callback_
.
126
DialogShownTestCallback
dialog_shown_callback_
;
member in class:EchoPrivateGetUserConsentFunction
echo_private_api.cc
196
function->
dialog_shown_callback_
= dialog_shown_callback;
269
// If there is a
dialog_shown_callback_
, invoke it with the created dialog.
270
if (!
dialog_shown_callback_
.is_null())
271
dialog_shown_callback_
.Run(dialog);
Completed in 556 milliseconds