HomeSort by relevance Sort by last modified time
    Searched refs:WINDOW (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/clang/test/Preprocessor/
macro_arg_slocentry_merge.h 5 #define WINDOW win
7 extern void f P_((WINDOW win));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
panel.h 46 WINDOW *win;
56 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
63 extern NCURSES_EXPORT(PANEL*) new_panel (WINDOW *);
69 extern NCURSES_EXPORT(int) replace_panel (PANEL *,WINDOW *);
curses.h 100 * Definition used to make WINDOW and similar structs opaque.
114 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
375 /* window location and size */
376 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
379 short _flags; /* window state flags *
    [all...]
ncurses.h 100 * Definition used to make WINDOW and similar structs opaque.
114 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
375 /* window location and size */
376 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
379 short _flags; /* window state flags *
    [all...]
cursesw.h 115 inline int UNDEF(box)(WINDOW *win, int v, int h) { return box(win, v, h); }
134 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); }
138 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
196 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) {
205 inline int UNDEF(getattrs)(WINDOW *win) { return getattrs(win); }
211 inline void UNDEF(getbegyx)(WINDOW* win, int& y, int& x) { getbegyx(win, y, x); }
217 inline chtype UNDEF(getbkgd)(const WINDOW *win) { return getbkgd(win); }
229 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); }
241 inline void UNDEF(getparyx)(WINDOW* win, int& y, int& x) { getparyx(win, y, x); }
253 inline void UNDEF(getyx)(const WINDOW* win, int& y, int& x)
    [all...]
menu.h 108 WINDOW *win; /* Window containing menu */
109 WINDOW *sub; /* Subwindow for menu display */
110 WINDOW *userwin; /* User's window */
111 WINDOW *usersub; /* User's subwindow */
189 extern NCURSES_EXPORT(WINDOW *) menu_sub (const MENU *);
190 extern NCURSES_EXPORT(WINDOW *) menu_win (const MENU *);
235 extern NCURSES_EXPORT(int) set_menu_sub (MENU *,WINDOW *);
238 extern NCURSES_EXPORT(int) set_menu_win (MENU *,WINDOW *);
    [all...]
form.h 138 int currow; /* current row in field window */
139 int curcol; /* current col in field window */
140 int toprow; /* in scrollable field window */
146 WINDOW * win; /* window */
147 WINDOW * sub; /* subwindow */
148 WINDOW * w; /* window for current field */
358 extern NCURSES_EXPORT(WINDOW *) form_win (const FORM *);
359 extern NCURSES_EXPORT(WINDOW *) form_sub (const FORM *)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
panel.h 46 WINDOW *win;
56 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
63 extern NCURSES_EXPORT(PANEL*) new_panel (WINDOW *);
69 extern NCURSES_EXPORT(int) replace_panel (PANEL *,WINDOW *);
curses.h 100 * Definition used to make WINDOW and similar structs opaque.
114 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
375 /* window location and size */
376 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
379 short _flags; /* window state flags *
    [all...]
ncurses.h 100 * Definition used to make WINDOW and similar structs opaque.
114 * The internal type used for window dimensions.
301 #define _SUBWIN 0x01 /* is this a sub-window? */
302 #define _ENDLINE 0x02 /* is the window flush right? */
303 #define _FULLWIN 0x04 /* is the window full-screen? */
305 #define _ISPAD 0x10 /* is this window a pad? */
322 typedef struct _win_st WINDOW;
375 /* window location and size */
376 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
379 short _flags; /* window state flags *
    [all...]
cursesw.h 115 inline int UNDEF(box)(WINDOW *win, int v, int h) { return box(win, v, h); }
134 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); }
138 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
196 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) {
205 inline int UNDEF(getattrs)(WINDOW *win) { return getattrs(win); }
211 inline void UNDEF(getbegyx)(WINDOW* win, int& y, int& x) { getbegyx(win, y, x); }
217 inline chtype UNDEF(getbkgd)(const WINDOW *win) { return getbkgd(win); }
229 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); }
241 inline void UNDEF(getparyx)(WINDOW* win, int& y, int& x) { getparyx(win, y, x); }
253 inline void UNDEF(getyx)(const WINDOW* win, int& y, int& x)
    [all...]
menu.h 108 WINDOW *win; /* Window containing menu */
109 WINDOW *sub; /* Subwindow for menu display */
110 WINDOW *userwin; /* User's window */
111 WINDOW *usersub; /* User's subwindow */
189 extern NCURSES_EXPORT(WINDOW *) menu_sub (const MENU *);
190 extern NCURSES_EXPORT(WINDOW *) menu_win (const MENU *);
235 extern NCURSES_EXPORT(int) set_menu_sub (MENU *,WINDOW *);
238 extern NCURSES_EXPORT(int) set_menu_win (MENU *,WINDOW *);
    [all...]
form.h 138 int currow; /* current row in field window */
139 int curcol; /* current col in field window */
140 int toprow; /* in scrollable field window */
146 WINDOW * win; /* window */
147 WINDOW * sub; /* subwindow */
148 WINDOW * w; /* window for current field */
358 extern NCURSES_EXPORT(WINDOW *) form_win (const FORM *);
359 extern NCURSES_EXPORT(WINDOW *) form_sub (const FORM *)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
screencastid.h 12 #include "talk/base/window.h"
20 // Used for identifying a window or desktop to be screencast.
23 enum Type { INVALID, WINDOW, DESKTOP };
28 : type_(WINDOW), window_(id) {
35 const talk_base::WindowId& window() const { return window_; } function in class:cricket::ScreencastId
45 } else if (type_ == WINDOW) {
51 bool IsWindow() const { return type_ == WINDOW; }
59 } else if (type_ == WINDOW) {
60 return window_.Equals(other.window());
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service.cc 43 // Window ---------------------------------------------------------------------
45 TabRestoreService::Window::Window() : Entry(WINDOW), selected_tab_index(-1) {
48 TabRestoreService::Window::~Window() {
persistent_tab_restore_service_browsertest.cc 21 typedef TabRestoreService::Window Window;
31 app_browser->window()->Close();
41 // It should be a window with an app.
42 ASSERT_EQ(TabRestoreService::WINDOW, restored_entry->type);
43 const Window* restored_window =
44 static_cast<const Window*>(restored_entry);
tab_restore_service.h 34 // invoked and a Window is created to represent the window.
36 // To restore a tab/window from the TabRestoreService invoke RestoreEntryById
53 WINDOW
68 // The time when the window or tab was closed.
110 // Represents a previously open window.
111 struct Window : public Entry {
112 Window();
113 virtual ~Window();
115 // The tabs that comprised the window, in order
    [all...]
tab_restore_service_helper.cc 122 scoped_ptr<Window> window(new Window());
123 window->selected_tab_index = delegate->GetSelectedIndex();
124 window->timestamp = TimeNow();
125 window->app_name = delegate->GetAppName();
128 // into the vector, which will give all tabs in a window the same ID.
130 window->tabs.push_back(Tab());
134 PopulateTab(&(window->tabs[entry_index]),
138 if (window->tabs[entry_index].navigations.empty())
237 Window* window = static_cast<Window*>(entry); local
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowSurface.cpp 30 EglSurface(dpy, WINDOW,config,width,height),
EglSurface.h 34 WINDOW = 0,
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 121 WINDOW,
  /external/chromium_org/chrome/browser/ui/views/frame/
system_menu_model_delegate.cc 60 if (trs && trs->entries().front()->type == TabRestoreService::WINDOW)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
py_curses.h 16 can't get at the WINDOW flags field. */
82 WINDOW *win;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
py_curses.h 16 can't get at the WINDOW flags field. */
82 WINDOW *win;
  /external/chromium_org/chrome/renderer/resources/extensions/
window_controls.js 6 // <window-controls> shadow element implementation.
12 var appWindow = require('app.window');
55 chrome.app.window.current().close();
69 if (chrome.app.window.current().isMaximized()) {
70 chrome.app.window.current().restore();
72 chrome.app.window.current().maximize();
76 addTagWatcher('WINDOW-CONTROLS', function(addedNode) {

Completed in 1627 milliseconds

1 2 3