HomeSort by relevance Sort by last modified time
    Searched full:minimize (Results 1 - 25 of 1011) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/feedback/js/
topbar_handlers.js 6 * Setup handlers for the minimize and close topbar buttons.
9 $('minimize-button').addEventListener('click', function(e) {
11 chrome.app.window.current().minimize();
14 $('minimize-button').addEventListener('mousedown', function(e) {
  /external/openfst/src/script/
minimize.cc 19 #include <fst/script/minimize.h>
24 void Minimize(MutableFstClass *ofst1, MutableFstClass *ofst2, float delta) {
25 if (ofst2 && !ArcTypesMatch(*ofst1, *ofst2, "Minimize")) return;
28 Apply<Operation<MinimizeArgs> >("Minimize", ofst1->ArcType(), &args);
31 REGISTER_FST_OPERATION(Minimize, StdArc, MinimizeArgs);
32 REGISTER_FST_OPERATION(Minimize, LogArc, MinimizeArgs);
33 REGISTER_FST_OPERATION(Minimize, Log64Arc, MinimizeArgs);
  /external/chromium_org/chrome/browser/ui/views/frame/
minimize_button_metrics_win.h 12 // Class that implements obtaining the X coordinate of the native minimize
23 // Obtain the X offset of the native minimize button. Since Windows can lie
28 // Must be called when hwnd_ is activated to update the minimize button
38 // Cached offset of the minimize button. If RTL this is the location of the
39 // minimize button, if LTR this is the offset from the right edge of the
40 // client area to the minimize button.
minimize_button_metrics_win.cc 31 // We need to convert the minimize button corner offset to DIP before
75 // If we fail to get the minimize button offset via the WM_GETTITLEBARINFOEX
  /external/iptables/extensions/
tos_values.c 18 {IPTOS_LOWDELAY, "Minimize-Delay"},
21 {IPTOS_MINCOST, "Minimize-Cost"},
  /external/chromium_org/third_party/cld/encodings/internal/
encodings.cc 8 // We do not use it, just to please a compiler and minimize ported
  /external/openfst/src/include/fst/script/
minimize.h 22 #include <fst/minimize.h>
30 void Minimize(MinimizeArgs *args) {
34 Minimize(ofst1, ofst2, args->arg3);
37 void Minimize(MutableFstClass *ofst1, MutableFstClass *ofst2 = 0,
  /frameworks/base/docs/html/training/
best-background.jd 8 application's performance and minimize its drain on the battery.</p>
  /external/chromium_org/tools/gyp/test/win/linker-flags/
link-ordering.gyp 20 # Minimize the disassembly to just our code.
49 # Minimize the disassembly to just our code.
78 # Minimize the disassembly to just our code.
  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button_delegate.h 28 // Returns whether the minimize button is visible.
36 // Sets the minimize and close button icons. The buttons will crossfade to
frame_size_button_unittest.cc 265 // Test that clicking, dragging, and overshooting the minimize button a bit
274 // Move to the minimize button.
276 // Overshoot the minimize button.
305 // the minimize and close button icons changing.
315 // Dragging the mouse over the minimize button should hover the minimize
316 // button and the minimize and close button icons should stay changed.
350 // any of the caption buttons. The minimize and close button icons should
376 // the minimize and close button icons changing.
386 // Dragging the mouse over the minimize button (snap left button) should hove
    [all...]
  /external/iproute2/man/man8/
tc-prio.8 93 1000 8 Minimize delay (md)
96 0001 1 Minimize monetary cost (mmc)
109 0x2 1 Minimize Monetary Cost 1 Filler 2
116 0x10 8 Minimize Delay 6 Interactive 0
147 TELNET 1000 (minimize delay)
149 Control 1000 (minimize delay)
152 TFTP 1000 (minimize delay)
155 Command phase 1000 (minimize delay)
159 UDP Query 1000 (minimize delay)
163 NNTP 0001 (minimize monetary cost
    [all...]
  /external/chromium_org/ash/wm/
mru_window_tracker_unittest.cc 67 wm::GetWindowState(w1.get())->Minimize();
68 wm::GetWindowState(w4.get())->Minimize();
69 wm::GetWindowState(w5.get())->Minimize();
  /ndk/docs/tools/
README 14 To minimize changes to existing documentation, this also detects the
25 To minimize changes, also detects and rewrites:
34 To minimize changes, also detects and rewrites:
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_titlebar_view_cocoa.h 19 // favicon, title label and a button to minimize/restore the panel.
29 // on the titlebar (to minimize or reorder) while in a docked collection.
72 // Callbacks from Close, Minimize, and Restore buttons.
85 // Set the visibility of the minimize and restore buttons.
  /external/chromium_org/net/base/
zap.h 13 // Zap functions are used to clear sensitive data in RAM to minimize the
  /frameworks/base/docs/html/training/efficient-downloads/
index.jd 27 <p>In this class you will learn to minimize the battery life impact of downloads and network connections, particularly in relation to the wireless radio.</P
29 <p>This class demonstrates the best practices for scheduling and executing downloads using techniques such as caching, polling, and prefetching. You will learn how the power-use profile of the wireless radio can affect your choices on when, what, and how to transfer data in order to minimize impact on battery life.</p>
39 <dd>This lesson introduces the wireless radio state machine, explains how your app?s connectivity model interacts with it, and how you can minimize your data connection and use prefetching and bundling to minimize the battery drain associated with your data transfers.</dd>
  /external/chromium_org/ash/wm/panels/
panel_window_event_handler.cc 33 wm::GetWindowState(target)->Minimize();
48 wm::GetWindowState(target)->Minimize();
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 204 virtual void Minimize(bool minimize) {
206 //SDL_PrivateAppActive(minimize, SDL_APPACTIVE);
207 BWindow::Minimize(minimize);
  /external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 70 // should minimize to {1,3,5,7} in a reasonable number of tests.
89 // should minimize to {0,1,2,3} in a small number of tests.
98 // should minimize to {0,4} in a small number of tests.
DeltaAlgorithmTest.cpp 77 // [0, 20) should minimize to {3,5,7} in a reasonable number of tests.
84 // [10, 20) should minimize to [10,20)
88 // [0, 4) should minimize to [0,4) in 11 tests.
  /external/ceres-solver/internal/ceres/
line_search_minimizer.h 45 // For example usage, see SolverImpl::Minimize.
69 virtual void Minimize(const Minimizer::Options& options,
trust_region_minimizer.h 44 // For example usage, see SolverImpl::Minimize.
48 virtual void Minimize(const Minimizer::Options& options,
  /external/chromium_org/chrome/browser/ui/panels/
panel_bounds_animation.cc 63 // Minimize animation is done in 3 steps:
66 // 3. Slowly minimize to thin strip (0.6->1.0)
  /external/openfst/src/bin/
fstminimize.cc 23 #include <fst/script/minimize.h>
60 s::Minimize(fst1, fst2, FLAGS_delta);

Completed in 723 milliseconds

1 2 3 4 5 6 7 8 91011>>