OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateUrlApplicationShortcutView
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.h
86
class
CreateUrlApplicationShortcutView
: public CreateApplicationShortcutView {
88
explicit
CreateUrlApplicationShortcutView
(TabContentsWrapper* tab_contents);
89
virtual ~
CreateUrlApplicationShortcutView
();
111
DISALLOW_COPY_AND_ASSIGN(
CreateUrlApplicationShortcutView
);
create_application_shortcut_view.cc
199
new
CreateUrlApplicationShortcutView
(tab_contents))->Show();
211
class
CreateUrlApplicationShortcutView
::IconDownloadCallbackFunctor {
213
explicit IconDownloadCallbackFunctor(
CreateUrlApplicationShortcutView
* owner)
228
CreateUrlApplicationShortcutView
* owner_;
412
CreateUrlApplicationShortcutView
::
CreateUrlApplicationShortcutView
(
429
CreateUrlApplicationShortcutView
::~
CreateUrlApplicationShortcutView
() {
434
bool
CreateUrlApplicationShortcutView
::Accept() {
446
void
CreateUrlApplicationShortcutView
::FetchIcon()
[
all
...]
Completed in 47 milliseconds