OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShellWindow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/apps/
shell_window.cc
61
ShellWindow
::SizeConstraints::SizeConstraints()
65
ShellWindow
::SizeConstraints::SizeConstraints(const gfx::Size& min_size,
71
ShellWindow
::SizeConstraints::~SizeConstraints() {}
73
gfx::Size
ShellWindow
::SizeConstraints::ClampSize(gfx::Size size) const {
83
bool
ShellWindow
::SizeConstraints::HasMinimumSize() const {
88
bool
ShellWindow
::SizeConstraints::HasMaximumSize() const {
94
bool
ShellWindow
::SizeConstraints::HasFixedSize() const {
98
gfx::Size
ShellWindow
::SizeConstraints::GetMinimumSize() const {
102
gfx::Size
ShellWindow
::SizeConstraints::GetMaximumSize() const {
112
void
ShellWindow
::SizeConstraints::set_minimum_size(const gfx::Size& min_size)
[
all
...]
shell_window.h
74
//
ShellWindow
is the type of window used by platform apps. Shell windows
76
class
ShellWindow
: public content::NotificationObserver,
195
ShellWindow
* window,
234
// The constructor and Init methods are public for constructing a
ShellWindow
236
// Normally
ShellWindow
::Create should be used.
238
ShellWindow
(Profile* profile,
243
// |shell_window_contents| will become owned by
ShellWindow
.
348
virtual ~
ShellWindow
();
488
base::WeakPtrFactory<
ShellWindow
> image_loader_ptr_factory_;
511
DISALLOW_COPY_AND_ASSIGN(
ShellWindow
);
[
all
...]
Completed in 54 milliseconds