OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maximize
(Results
1 - 25
of
359
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/renderer/resources/extensions/
window_controls_template.html
13
#
maximize
-control {
40
#
maximize
{
48
<div id="
maximize
-control" class="controls">
49
<div id="
maximize
" class="windowbutton"></div>
50
<div id="
maximize
-background" class="windowbuttonbackground"></div>
window_controls.js
58
this.shadowRoot_.querySelector("#
maximize
-control").addEventListener('click',
66
* Restore or
maximize
depending on current state
72
chrome.app.window.current().
maximize
();
/external/iptables/extensions/
tos_values.c
19
{IPTOS_THROUGHPUT, "
Maximize
-Throughput"},
20
{IPTOS_RELIABILITY, "
Maximize
-Reliability"},
/external/chromium_org/ui/gl/
scoped_binders.h
21
// GLStateRestorer to
maximize
driver compabitility.
38
// GLStateRestorer to
maximize
driver compabitility.
/external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button_observer.h
20
// Called when the
maximize
button's help bubble is shown.
frame_maximize_button.h
32
// Button used for the
maximize
control on the frame. Handles snapping logic.
52
// Called by the MaximizeBubbleController when the
maximize
bubble is shown.
55
// Remove the
maximize
menu from the screen (and destroy it).
93
// Unit test accessor for the
maximize
bubble.
146
// Determine the
maximize
type of this window.
149
// Widget that the
maximize
button acts on. This is different than the widget
maximize_bubble_controller.h
30
// A class which shows a helper UI for the
maximize
button after a delay.
85
// The current
maximize
state of the owning window.
bubble_contents_button_row.h
41
// Functions to add the left and right
maximize
/ restore buttons.
frame_maximize_button_unittest.cc
51
// When this counter reaches 0, the gesture
maximize
action gets cancelled.
54
// The
maximize
button which needs to get informed of the gesture termination.
165
// Tests that clicking on the resize-button toggles between
maximize
and normal
454
// Move the mouse over the left
maximize
button.
481
//
maximize
left button) will do the requested action.
500
// Move the mouse over the left
maximize
button.
574
// Test that only the left button will activate the
maximize
button.
630
// Click a button of window
maximize
functionality.
633
// |Window| is the window which owns the
maximize
button.
663
// Test that the restore from left/right
maximize
is properly done
[
all
...]
frame_caption_button_container_view.h
31
// Whether the frame can be minimized (either via the
maximize
/restore button
47
// the
maximize
/restore button or via a dedicated button).
/external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_platform_specific.h
22
// Whether we should show the (minimize,
maximize
,close) buttons. This can
/external/chromium_org/third_party/WebKit/ManualTests/
popup-width-restriction-within-screen.html
13
<li> Launch browser and
maximize
the browser window size in the left screen.</li>
23
<li> Launch browser and
maximize
the browser window size in the right screen.</li>
40
<li> Launch browser and
maximize
the browser window size in the left screen.</li>
56
<li> Launch browser and
maximize
the browser window size in the right screen.</li>
/external/chromium_org/third_party/WebKit/ManualTests/win/
select-menu-off-screen.html
4
<li>
Maximize
window.</li>
/external/chromium_org/ash/wm/gestures/
system_pinch_handler.h
35
// This handles 4+ finger pinch gestures to
maximize
/minimize/restore windows.
66
// pinch-to-resize/
maximize
/minimize gestures.
/external/iproute2/man/man8/
tc-prio.8
94
0100 4
Maximize
throughput (mt)
95
0010 2
Maximize
reliability (mr)
110
0x4 2
Maximize
Reliability 0 Best Effort 1
112
0x8 4
Maximize
Throughput 2 Bulk 2
150
Data 0100 (
maximize
throughput)
156
DATA phase 0100 (
maximize
throughput)
161
Zone Transfer 0100 (
maximize
throughput)
/external/chromium/chrome/browser/ui/tabs/
dock_info.cc
65
case DockInfo::
MAXIMIZE
: {
66
// Make the
maximize
height smaller than the tab height to avoid showing
88
if (type != DockInfo::
MAXIMIZE
)
175
case
MAXIMIZE
:
240
case DockInfo::
MAXIMIZE
:
/external/chromium_org/chrome/browser/ui/tabs/
dock_info.cc
59
case DockInfo::
MAXIMIZE
: {
60
// Make the
maximize
height smaller than the tab height to avoid showing
78
if (type != DockInfo::
MAXIMIZE
)
165
case
MAXIMIZE
:
230
case DockInfo::
MAXIMIZE
:
test_tab_strip_model_delegate.cc
25
bool
maximize
) {
test_tab_strip_model_delegate.h
24
bool
maximize
) OVERRIDE;
/external/chromium_org/ash/wm/workspace/
workspace_event_handler.cc
49
window_state->
Maximize
();
80
//
Maximize
behavior is implemented as post-target handling so the target
140
// Don't
maximize
vertically if the window has a max height defined.
158
// Don't
maximize
horizontally if the window has a max width defined.
/external/chromium_org/chrome/browser/extensions/api/diagnostics/
diagnostics_api.h
19
// finish with this ResultCode so we can
maximize
shared code.
/external/chromium_org/chrome/browser/ui/
browser_tab_strip_model_delegate.h
30
bool
maximize
) OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/
app_current_window_internal.idl
34
static void
maximize
();
/external/chromium_org/ash/wm/
base_layout_manager_unittest.cc
53
// Tests normal->
maximize
->normal.
54
TEST_F(BaseLayoutManagerTest,
Maximize
) {
214
//
Maximize
it, which writes the old bounds to restore bounds.
232
//
Maximize
it, which will keep the previous restore bounds.
249
//
Maximize
it, which will keep the previous restore bounds.
262
//
Maximize
it, which should reset restore bounds.
263
window_state->
Maximize
();
/external/chromium/chrome/browser/tabs/
default_tab_handler.cc
51
bool
maximize
) {
55
maximize
);
Completed in 400 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>