OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateApplicationShortcutView
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.h
35
class
CreateApplicationShortcutView
: public views::View,
39
explicit
CreateApplicationShortcutView
(Profile* profile);
40
virtual ~
CreateApplicationShortcutView
();
82
DISALLOW_COPY_AND_ASSIGN(
CreateApplicationShortcutView
);
86
class CreateUrlApplicationShortcutView : public
CreateApplicationShortcutView
{
116
: public
CreateApplicationShortcutView
,
create_application_shortcut_view.cc
231
CreateApplicationShortcutView
::
CreateApplicationShortcutView
(Profile* profile)
234
CreateApplicationShortcutView
::~
CreateApplicationShortcutView
() {}
236
void
CreateApplicationShortcutView
::InitControls() {
307
gfx::Size
CreateApplicationShortcutView
::GetPreferredSize() {
315
std::wstring
CreateApplicationShortcutView
::GetDialogButtonLabel(
324
bool
CreateApplicationShortcutView
::IsDialogButtonEnabled(
336
bool
CreateApplicationShortcutView
::CanResize() const {
340
bool
CreateApplicationShortcutView
::CanMaximize() const
[
all
...]
Completed in 696 milliseconds