Searched refs:showing (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebNodeHighlight.h58 void onWebViewShowWindow(bool showing);
H A DWebNodeHighlight.cpp221 void WebNodeHighlight::onWebViewShowWindow(bool showing) argument
226 if (isShowing() == showing)
229 if (showing)
H A DWebView.cpp4419 BOOL showing;
4420 if (SUCCEEDED(m_editingDelegate->spellingUIIsShowing(&showing)) && showing) {
5171 // If this item is showing , save away its current scroll and form state,
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DAwtPanel.java40 private AtomicBoolean showing = new AtomicBoolean(false); field in class:AwtPanel
114 if (showing.getAndSet(currentShowing) != currentShowing){
116 System.out.println("OGL: Enter showing state.");
118 System.out.println("OGL: Exit showing state.");
181 return paintMode != PaintMode.OnRequest && showing.get();
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.h88 virtual void ShowingContextMenu(bool showing);
185 // Whether we are showing a context menu.
H A Drender_widget_host_view_views.h74 virtual void ShowingContextMenu(bool showing) OVERRIDE;
183 // Whether we are showing a context menu.
H A Drender_widget_host_view_gtk.cc212 // If we are showing a context menu, maintain the illusion that webkit has
840 void RenderWidgetHostViewGtk::ShowingContextMenu(bool showing) { argument
841 is_showing_context_menu_ = showing;
1006 // If the grey blend is showing, we make two drawing calls. Use double
1077 // Use MOZ_CURSOR_SPINNING if we are showing the default cursor and
H A Drender_widget_host_view_views.cc363 void RenderWidgetHostViewViews::ShowingContextMenu(bool showing) { argument
364 is_showing_context_menu_ = showing;
822 // If the grey blend is showing, we make two drawing calls. Use double
894 // If we are showing a context menu, maintain the illusion that webkit has
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_cursor.c189 showing the new one. (But don't erase NULL cursor)
267 int showing; local
269 showing = (SDL_cursorstate & CURSOR_VISIBLE);
278 if ( (SDL_cursorstate & CURSOR_VISIBLE) != showing ) {
290 return(showing ? 1 : 0);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp754 BOOL showing;
755 if (FAILED(ed->spellingUIIsShowing(&showing)))
758 return !!showing;
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp38 --error-limit=no|yes stop showing new errors if too many? [yes]
H A Dcmdline2.stdout.exp38 --error-limit=no|yes stop showing new errors if too many? [yes]
/external/blktrace/btt/doc/
H A Dbtt.tex244 providing a set of indicators showing how close incoming IO requests
246 providing a set of indicators showing how close the IO requests are
368 Here is a sample portion of this type of chart, showing Q2Q times
384 per-device criteria. Here's a portion of this area, displayed showing
491 (low) and on (high). For example, here is a snippet of a file showing
539 a very simplistic chart showing some activity:
951 "sequences" - showing only the Q, D \& C operation times. The D \& C
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/iproute2/doc/
H A Dip-cref.tex1851 The multicast part consists of an additional \verb|Oifs:| list showing
/external/grub/docs/
H A Dtexinfo.tex6370 % Do not bother showing banner with epsf.tex v2.7k (available in

Completed in 834 milliseconds