OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpenWithDialogController
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/win8/test/
open_with_dialog_controller.h
21
class
OpenWithDialogController
{
30
OpenWithDialogController
();
31
~
OpenWithDialogController
();
59
DISALLOW_COPY_AND_ASSIGN(
OpenWithDialogController
);
open_with_dialog_controller.cc
28
// A callback invoked with the
OpenWithDialogController
's results. Said results
30
// This function is in support of
OpenWithDialogController
::RunSynchronously.
46
class
OpenWithDialogController
::Context {
58
const
OpenWithDialogController
::SetDefaultCallback& callback);
88
OpenWithDialogController
::SetDefaultCallback callback_;
96
OpenWithDialogController
::Context::Context()
104
OpenWithDialogController
::Context::~Context() {
108
base::WeakPtr<
OpenWithDialogController
::Context>
109
OpenWithDialogController
::Context::AsWeakPtr() {
114
void
OpenWithDialogController
::Context::Orphan()
[
all
...]
Completed in 50 milliseconds