HomeSort by relevance Sort by last modified time
    Searched refs:window (Results 226 - 250 of 1523) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_button_browsertest.cc 31 BrowserView* view = static_cast<BrowserView*>(browser()->window());
  /external/chromium/chrome/browser/ui/gtk/
chrome_gtk_frame.h 18 // the metacity window manager. To actually get at those values, we need to
28 GtkWindow window; member in struct:_MetaFrames
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.h 41 // OpenForeignSession, to begin the process of opening a new browser window.
52 bool SessionWindowToValue(const SessionWindow& window,
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 18 // To create a popup window, you first construct a popupOpener customized
59 // Computes the size of the window contents. Returns a pair of
66 if ('innerWidth' in window) {
68 width = window.innerWidth;
69 height = window.innerHeight;
72 if (('BackCompat' === window.document.compatMode)
73 && ('body' in window.document)) {
74 elem = window.document.body;
75 } else if ('documentElement' in window.document) {
76 elem = window.document.documentElement
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
sample_search.js 28 window.location.hash = searchinput.value;
80 if (window.location.hash.length > 1) {
81 var hash = window.location.hash.substring(1);
93 window.addEventListener('load', initSearch, false);
  /external/clang/test/FixIt/
typo.c 18 struct Window {
23 struct Window window = { variable in typeref:struct:Window
24 .bunds. // expected-error{{field designator 'bunds' does not refer to any field in type 'struct Window'; did you mean 'bounds'?}}
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_syswm.h 24 * Include file for SDL custom system window manager hooks
42 * which contains window-manager specific information and arrives whenever
43 * an unhandled window event occurs. This event is ignored by default, but
51 /* This is the structure for custom window manager events */
80 /** The UNIX custom window manager information structure.
90 Window window; /**< The X11 display window */ member in struct:SDL_SysWMinfo::__anon13289::__anon13290
104 Window fswindow; /**< The X11 fullscreen window */
128 GR_WINDOW_ID window ; \/* The display window *\/ member in struct:SDL_SysWMinfo
147 HWND window; \/**< The Win32 display window *\/ member in struct:SDL_SysWMinfo
165 int window; \/**< The RISC OS display window *\/ member in struct:SDL_SysWMinfo
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-to-remote-context.js 18 window.jsTestIsAsync = true;
19 window.successfullyParsed = true;
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch-list-crash.js 10 var t = document.createTouch(window, document.body, 12341, 60, 65, 100, 105);
11 var t2 = document.createTouch(window, document.body, 12342, 50, 55, 115, 120);
  /external/webkit/Source/WebCore/platform/gtk/
GtkPluginWidget.cpp 50 GdkWindow* window = gtk_widget_get_window(platformWidget());
51 if (!window)
55 gdk_window_invalidate_rect(window, &rect, FALSE);
74 /* only paint widgets with no window this way */
99 g_object_ref(event->expose.window);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
WindowedPluginTest.h 35 HWND window() const { return m_window; } function in class:WindowedPluginTest
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mdct_18.h 92 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window);
  /frameworks/base/libs/androidfw/
CursorWindow.cpp 60 CursorWindow* window = new CursorWindow(name, ashmemFd, local
62 result = window->clear();
66 window->mHeader->freeOffset,
67 window->mHeader->numRows,
68 window->mHeader->numColumns,
69 window->mSize, window->mData);
70 *outCursorWindow = window;
73 delete window;
104 CursorWindow* window = new CursorWindow(name, dupAshmemFd local
    [all...]
  /frameworks/native/include/android/
native_activity.h 159 * Focus has changed in this NativeActivity's window. This is often used,
165 * The drawing window for this native activity has been created. You
166 * can use the given native window object to start drawing.
168 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
171 * The drawing window for this native activity has been resized. You should
172 * retrieve the new size from the window and ensure that your rendering in
175 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
178 * The drawing window for this native activity needs to be redrawn. To avoid
181 * drawing their window in its current state.
183 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 145 * Focus has changed in this NativeActivity's window. This is often used,
151 * The drawing window for this native activity has been created. You
152 * can use the given native window object to start drawing.
154 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
157 * The drawing window for this native activity has been resized. You should
158 * retrieve the new size from the window and ensure that your rendering in
161 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
164 * The drawing window for this native activity needs to be redrawn. To avoid
167 * drawing their window in its current state.
169 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 145 * Focus has changed in this NativeActivity's window. This is often used,
151 * The drawing window for this native activity has been created. You
152 * can use the given native window object to start drawing.
154 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
157 * The drawing window for this native activity has been resized. You should
158 * retrieve the new size from the window and ensure that your rendering in
161 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
164 * The drawing window for this native activity needs to be redrawn. To avoid
167 * drawing their window in its current state.
169 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
native_activity.h 145 * Focus has changed in this NativeActivity's window. This is often used,
151 * The drawing window for this native activity has been created. You
152 * can use the given native window object to start drawing.
154 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
157 * The drawing window for this native activity has been resized. You should
158 * retrieve the new size from the window and ensure that your rendering in
161 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
164 * The drawing window for this native activity needs to be redrawn. To avoid
167 * drawing their window in its current state.
169 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
native_activity.h 152 * Focus has changed in this NativeActivity's window. This is often used,
158 * The drawing window for this native activity has been created. You
159 * can use the given native window object to start drawing.
161 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
164 * The drawing window for this native activity has been resized. You should
165 * retrieve the new size from the window and ensure that your rendering in
168 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
171 * The drawing window for this native activity needs to be redrawn. To avoid
174 * drawing their window in its current state.
176 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
native_activity.h 152 * Focus has changed in this NativeActivity's window. This is often used,
158 * The drawing window for this native activity has been created. You
159 * can use the given native window object to start drawing.
161 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
164 * The drawing window for this native activity has been resized. You should
165 * retrieve the new size from the window and ensure that your rendering in
168 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
171 * The drawing window for this native activity needs to be redrawn. To avoid
174 * drawing their window in its current state.
176 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 152 * Focus has changed in this NativeActivity's window. This is often used,
158 * The drawing window for this native activity has been created. You
159 * can use the given native window object to start drawing.
161 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
164 * The drawing window for this native activity has been resized. You should
165 * retrieve the new size from the window and ensure that your rendering in
168 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
171 * The drawing window for this native activity needs to be redrawn. To avoid
174 * drawing their window in its current state.
176 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
native_activity.h 152 * Focus has changed in this NativeActivity's window. This is often used,
158 * The drawing window for this native activity has been created. You
159 * can use the given native window object to start drawing.
161 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
164 * The drawing window for this native activity has been resized. You should
165 * retrieve the new size from the window and ensure that your rendering in
168 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
171 * The drawing window for this native activity needs to be redrawn. To avoid
174 * drawing their window in its current state.
176 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
native_activity.h 152 * Focus has changed in this NativeActivity's window. This is often used,
158 * The drawing window for this native activity has been created. You
159 * can use the given native window object to start drawing.
161 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
164 * The drawing window for this native activity has been resized. You should
165 * retrieve the new size from the window and ensure that your rendering in
168 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
171 * The drawing window for this native activity needs to be redrawn. To avoid
174 * drawing their window in its current state.
176 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
native_activity.h 152 * Focus has changed in this NativeActivity's window. This is often used,
158 * The drawing window for this native activity has been created. You
159 * can use the given native window object to start drawing.
161 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
164 * The drawing window for this native activity has been resized. You should
165 * retrieve the new size from the window and ensure that your rendering in
168 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
171 * The drawing window for this native activity needs to be redrawn. To avoid
174 * drawing their window in its current state.
176 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
native_activity.h 152 * Focus has changed in this NativeActivity's window. This is often used,
158 * The drawing window for this native activity has been created. You
159 * can use the given native window object to start drawing.
161 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
164 * The drawing window for this native activity has been resized. You should
165 * retrieve the new size from the window and ensure that your rendering in
168 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
171 * The drawing window for this native activity needs to be redrawn. To avoid
174 * drawing their window in its current state.
176 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 152 * Focus has changed in this NativeActivity's window. This is often used,
158 * The drawing window for this native activity has been created. You
159 * can use the given native window object to start drawing.
161 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
164 * The drawing window for this native activity has been resized. You should
165 * retrieve the new size from the window and ensure that your rendering in
168 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
171 * The drawing window for this native activity needs to be redrawn. To avoid
174 * drawing their window in its current state.
176 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
    [all...]

Completed in 986 milliseconds

1 2 3 4 5 6 7 8 91011>>