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

1 2

  /external/webkit/Source/WebKit/win/
WebNodeHighlight.h 58 void onWebViewShowWindow(bool showing);
WebNodeHighlight.cpp 221 void WebNodeHighlight::onWebViewShowWindow(bool showing)
226 if (isShowing() == showing)
229 if (showing)
WebView.cpp     [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanel.java 40 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();
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 80 public void setShowingForActionMode(boolean showing) {
81 if (showing) {
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 88 virtual void ShowingContextMenu(bool showing);
185 // Whether we are showing a context menu.
render_widget_host_view_views.h 74 virtual void ShowingContextMenu(bool showing) OVERRIDE;
183 // Whether we are showing a context menu.
render_widget_host_view_gtk.cc 212 // If we are showing a context menu, maintain the illusion that webkit has
840 void RenderWidgetHostViewGtk::ShowingContextMenu(bool showing) {
841 is_showing_context_menu_ = showing;
    [all...]
render_widget_host_view_views.cc 363 void RenderWidgetHostViewViews::ShowingContextMenu(bool showing) {
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/chromium/chrome/browser/resources/
bug_report.js 160 * Change the type of screenshot we're showing to the user from
175 * Change the type of screenshot we're showing to the user from
print_preview_animations.js 6 // preview tab (scrollbars, showing hiding options, resizing).
10 // Timeout duration in milliseconds used for showing the scrollbars.
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c 189 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/
WebEditorClient.cpp 754 BOOL showing;
755 if (FAILED(ed->spellingUIIsShowing(&showing)))
758 return !!showing;
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 502 boolean showing = isShowing();
503 if (showing) {
507 if (showing) {
520 * Show the popup list. If the list is already showing, this method
643 * <p>If the popup is showing, calling this method will take effect only
695 * @return {@code true} if the popup is currently showing, {@code false} otherwise.
703 * to interact with the IME while it is showing, {@code false} otherwise.
714 * (e.g. if the popup was not showing, this method would return false.)
730 * @return The currently selected item or null if the popup is not showing.
859 // the list view is actually showing its focus indicator
    [all...]
AbsListView.java     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 73 document.getElementById("search_filtered_div").className = "showing";
89 //if there are more results we're not showing, so say so.
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 73 document.getElementById("search_filtered_div").className = "showing";
89 //if there are more results we're not showing, so say so.
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 38 --error-limit=no|yes stop showing new errors if too many? [yes]
cmdline2.stdout.exp 38 --error-limit=no|yes stop showing new errors if too many? [yes]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 166 * showing the user the text that is being typed. Unlike the other UI elements,
425 boolean showing = onEvaluateInputViewShown();
426 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0),
548 * as hiding or showing candidates) without disrupting the underlying
732 // If we were last showing the soft keyboard, try to do so again.
751 boolean showing = onEvaluateInputViewShown();
752 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0),
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanel.java 104 // the "X" that appears in place of the clock when the panel is showing notifications
167 * Whether the panel is showing, or, if it's animating, whether it will be
229 public void setContentFrameVisible(final boolean showing, boolean animate) {
  /external/blktrace/btt/doc/
btt.tex 244 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:
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 102 * Updates the counters showing how many events have been captured.
  /external/v8/benchmarks/
base.js 136 // showing progress as a percentage.
  /external/v8/tools/
tickprocessor.js 48 * A thin wrapper around shell's 'read' function showing a file name on error.

Completed in 1391 milliseconds

1 2