OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Minimize
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h
203
virtual void
Minimize
(bool
minimize
) {
205
//SDL_PrivateAppActive(
minimize
, SDL_APPACTIVE);
206
BWindow::
Minimize
(
minimize
);
/external/chromium/chrome/browser/ui/panels/
panel.cc
26
void Panel::
Minimize
() {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h
0
//
minimize
.h
16
// \file Functions and classes to
minimize
a finite state acceptor
514
void
Minimize
(MutableFst<A>* fst, MutableFst<A>* sfst = 0) {
Completed in 438 milliseconds