OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maximize
(Results
26 - 50
of
359
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ash/wm/gestures/
system_pinch_handler.cc
55
window_state->
Maximize
();
94
window_state->
Maximize
();
/external/chromium_org/chrome/browser/ui/libgtk2ui/
gconf_titlebar_listener.cc
28
const char kDefaultButtonString[] = ":minimize,
maximize
,close";
126
} else if (token == "
maximize
") {
/external/chromium_org/ui/views/window/
custom_frame_view.h
109
//
maximize
, restore).
133
// Should
maximize
button be shown?
/external/chromium/chrome/browser/tabs/
default_tab_handler.h
34
bool
maximize
);
/external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h
7
// on, it includes the taller titlebar and minimize, restore,
maximize
, and
122
// The
maximize
button was clicked, take an action depending on which mouse
126
// Updates the visibility of the
maximize
and restore buttons; only one can
216
//
Maximize
and restore widgets in the titlebar.
/external/chromium_org/ash/wm/caption_buttons/
frame_caption_button.h
20
// Base class for the window caption buttons (minimize,
maximize
, restore,
frame_maximize_button.cc
155
//
maximize
button and a touch event "touched" a button.
253
// The
maximize
dialog does not show up immediately after creating the
540
frame_->
Maximize
();
569
// For Left/right
maximize
we need to check the dimensions.
580
// We have to be in a
maximize
mode at this point.
587
// we allow all
maximize
operations (and keep the restore rectangle).
maximize_bubble_controller_bubble.cc
36
// This function can be executed through the frame
maximize
button as well as
88
// This function can be executed through the frame
maximize
button as well as
269
// while the mouse cursor is over the
maximize
button or the balloon content.
422
// the
maximize
button. So only close if none of the other cases apply.
446
// the mouse does) or the mouse is over the
maximize
button or the bubble
/external/chromium/chrome/browser/ui/tabs/
dock_info_unittest.cc
128
d.set_type(DockInfo::
MAXIMIZE
);
143
DockInfo::
MAXIMIZE
165
DockInfo::
MAXIMIZE
,
/external/chromium_org/chrome/browser/ui/
browser_tab_strip_model_delegate.cc
56
bool
maximize
) {
60
if (dock_info.GetNewWindowBounds(&new_window_bounds, &
maximize
))
68
maximize
? ui::SHOW_STATE_MAXIMIZED : ui::SHOW_STATE_NORMAL;
/external/chromium_org/chrome/browser/ui/tabs/
dock_info_unittest.cc
128
d.set_type(DockInfo::
MAXIMIZE
);
143
DockInfo::
MAXIMIZE
165
DockInfo::
MAXIMIZE
,
/external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.h
7
// on, it includes the taller titlebar and minimize, restore,
maximize
, and
127
// The
maximize
button was clicked, take an action depending on which mouse
131
// Updates the visibility of the
maximize
and restore buttons; only one can
203
// the least window control buttons (close,
maximize
, minimize).
252
//
Maximize
and restore widgets in the titlebar.
/external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc
158
window_state->
Maximize
();
204
//
Maximize
the window in 2nd display as the restore bounds
206
window_state->
Maximize
();
217
window_state->
Maximize
();
254
//
Maximize
the window in 2nd display as the restore bounds
336
window_state->
Maximize
();
353
window_state->
Maximize
();
/external/chromium/build/internal/
README.chromium
6
Included by ..\release.vsprops. Its settings are overriden by release_impl$(CHROME_BUILD_TYPE).vsprops. Uses the default VS setting which is "
Maximize
Speed". Results in relatively fast build with reasonable optimization level but without whole program optimization to reduce build time.
/external/chromium_org/build/internal/
README.chromium
6
Included by ..\release.vsprops. Its settings are overriden by release_impl$(CHROME_BUILD_TYPE).vsprops. Uses the default VS setting which is "
Maximize
Speed". Results in relatively fast build with reasonable optimization level but without whole program optimization to reduce build time.
/external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout_delegate.h
35
// Whether we should show the (minimize,
maximize
,close) buttons. This can
/external/chromium_org/third_party/WebKit/public/platform/
WebScreenInfo.h
64
//
maximize
an application on the monitor. The rest of the area in
/external/chromium_org/ui/aura/client/
aura_constants.h
28
// A property key to store the can-
maximize
flag.
/external/chromium_org/ui/webui/resources/css/apps/
topbutton_bar.css
39
.topbutton-bar .
maximize
-button {
/frameworks/support/v4/java/android/support/v4/text/
ICUCompat.java
91
* @param locale The locale to
maximize
/external/chromium/chrome/browser/extensions/
apps_promo.cc
182
//
Maximize
the apps section of the NTP if this is the first time viewing the
195
// Put the apps section into menu mode, and
maximize
the recent section.
/external/chromium_org/ash/shelf/
shelf_window_watcher_unittest.cc
154
//
Maximize
window |window|.
156
window_state->
Maximize
();
/external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.h
52
virtual void
Maximize
() OVERRIDE;
151
// and double clicked to
maximize
.
/external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.cc
108
// dispatching this as a minimize/
maximize
on X11 (Windows converts this to
113
root_window_host_->
Maximize
();
/external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.mm
30
// NOTE:
Maximize
and Zoom.
32
// Zooming is implemented manually in order to implement
maximize
functionality
36
// Attempting
maximize
and restore functionality with non resizable windows
151
return NO; // See top of file NOTE:
Maximize
and Zoom.
575
void NativeAppWindowCocoa::
Maximize
() {
946
// See top of file NOTE:
Maximize
and Zoom.
950
Maximize
();
[
all
...]
Completed in 1230 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>