OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShellDialogsDelegate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/shell_dialogs/
shell_dialogs_delegate.h
13
class SHELL_DIALOGS_EXPORT
ShellDialogsDelegate
{
15
virtual ~
ShellDialogsDelegate
() {}
select_file_dialog.h
25
class
ShellDialogsDelegate
;
175
// Sets the global
ShellDialogsDelegate
. Defaults to NULL.
176
static void SetShellDialogsDelegate(
ShellDialogsDelegate
* delegate);
197
// Returns the global
ShellDialogsDelegate
instance if any.
198
ShellDialogsDelegate
* GetShellDialogsDelegate();
select_file_dialog.cc
32
ui::
ShellDialogsDelegate
* g_shell_dialogs_delegate_ = NULL;
132
void SelectFileDialog::SetShellDialogsDelegate(
ShellDialogsDelegate
* delegate) {
150
ShellDialogsDelegate
* SelectFileDialog::GetShellDialogsDelegate() {
/external/chromium_org/chrome/browser/ui/views/ash/
chrome_browser_main_extra_parts_ash.cc
51
class ShellDialogsDelegateWin : public ui::
ShellDialogsDelegate
{
Completed in 804 milliseconds