/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...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
NotificationPanel.java | 97 // the "X" that appears in place of the clock when the panel is showing notifications 155 * Whether the panel is showing, or, if it's animating, whether it will be 227 public void setContentFrameVisible(final boolean showing, boolean animate) { 229 mContentFrame.setVisibility(showing ? View.VISIBLE : View.GONE); 235 if (showing) { 241 showing ? 0f : 1f, 242 showing ? 1f : 0f)) 245 showing ? mContentFrameMissingTranslation : 0f, 246 showing ? 0f : mContentFrameMissingTranslation)) 253 if (!showing) { [all...] |
/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.
|
/build/tools/droiddoc/templates-sdk/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 | 30 --error-limit=no|yes stop showing new errors if too many? [yes]
|
cmdline2.stdout.exp | 30 --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...] |
/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.
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 382 // If we are over the list and the list is showing recent or search result [all...] |