/external/junit/src/org/junit/runner/ |
Describable.java | 9 * @return a {@link Description} showing the tests to be run by the receiver
|
/external/chromium_org/apps/ |
field_trial_names.cc | 9 // The field trial group name that enables showing the promo. 16 // The name of the field trial that controls showing the app launcher promo.
|
/external/chromium/chrome/common/extensions/docs/examples/ |
README.txt | 5 * howto/ - simple extensions showing how to perform a particular task
|
/external/chromium/chrome/common/extensions/docs/examples/api/processes/show_tabs/ |
manifest.json | 4 "description": "Adds a browser action showing which tabs share the current tab's process.",
|
/external/chromium_org/chrome/common/extensions/docs/examples/ |
README.txt | 5 * howto/ - simple extensions showing how to perform a particular task
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/ |
manifest.json | 4 "description": "Adds a browser action showing which tabs share the current tab's process.",
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_desktop_root_window_host.h | 37 // Returns true if the OS takes care of showing the system menu. Returning 38 // false means BrowserFrame handles showing the system menu.
|
/external/chromium_org/ui/views/ |
metrics.h | 14 // The default value for how long to wait before showing a menu button on hover. 22 // showing the menu.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPopupWindow.java | 25 private boolean showing; field in class:ShadowPopupWindow 109 * @param showing true if popup window is showing 111 public void setShowing(boolean showing) { 112 this.showing = showing; 117 return showing; 125 showing = false;
|
/development/samples/SpellChecker/SampleSpellCheckerService/ |
_index.html | 1 <p>A sample showing how to create a spell checker with the <code><a
|
/external/chromium/chrome/browser/ui/options/ |
show_options_url.h | 14 // Opens a tab showing the specified url. This is intended for use any place
|
/external/chromium_org/ash/shell/ |
example_factory.h | 23 // Creates a window showing samples of commonly used widgets.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
back-forward-during-alert-2.html | 4 alert("While this alert is showing, two-fingered swipe back using a MacBook trackpad, Magic Trackpad, or Magic Mouse. You should not be able to navigate back. If you can, dismissing this dialog will likely result in a crash.");
|
/development/samples/CubeLiveWallpaper/res/values/ |
strings.xml | 26 <!-- Wallpaper showing a cube --> 29 <!-- Wallpaper showing a cube or dodecahedron, data read from resource --> 32 <!-- Wallpaper showing a cube, renderscript version -->
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_settings_browsertest.js | 29 assertFalse($('packExtensionOverlay').classList.contains('showing')); 33 assertTrue($('packExtensionOverlay').classList.contains('showing')); 58 assertTrue($('extensionCommandsOverlay').classList.contains('showing'));
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
bubble_button.js | 33 * Whether the button is currently showing a bubble. 37 return this.image.classList.contains('showing-bubble'); 39 set showingBubble(showing) { 40 this.image.classList.toggle('showing-bubble', showing);
|
/external/chromium_org/chrome/browser/resources/apps_debugger/js/ |
pack_item_overlay.js | 11 * Hides the present overlay showing. 68 * Handles the showing of the item private key file. 80 * Wrap up the pack process by showing the success |message| and closing 96 * An alert overlay showing |message|, and upon acknowledgement, close 97 * the alert overlay and return to showing the PackItemOverlay. 114 * An alert overlay showing |message| as warning and proceeding after the
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_menu_controller_views.h | 35 // BookmarkMenuController is responsible for showing a menu of bookmarks, 51 // Creates a BookmarkMenuController showing the children of |node| starting 64 // Returns the node the menu is showing for. 70 // Returns the context menu, or NULL if the context menu isn't showing. 127 // The node we're showing the contents of. 139 // The bookmark bar. This is only non-null if we're showing a menu item
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardUpdateMonitorCallback.java | 75 * @param showing Indicates if the keyguard is now visible. 77 void onKeyguardVisibilityChanged(boolean showing) { } 79 void onKeyguardVisibilityChangedRaw(boolean showing) { 81 if (showing == mShowing 83 onKeyguardVisibilityChanged(showing); 85 mShowing = showing;
|
/packages/wallpapers/Basic/res/values/ |
strings.xml | 29 <!-- Wallpaper showing the camera preview --> 36 <!-- Wallpaper showing grass and the sky --> 43 <!-- Wallpaper showing a galaxy --> 50 <!-- Wallpaper showing leaves floating on water --> 59 <!-- Wallpaper showing a clock --> 67 <!-- Wallpaper showing nexus -->
|
/external/chromium/chrome/browser/extensions/ |
extension_uninstall_dialog.h | 36 // Starts the process of showing a confirmation UI, which is split into two. 63 // The extension we are showing the UI for. 67 // purpose of showing the install UI.
|
/external/chromium/chrome/browser/ui/gtk/ |
menu_bar_helper.h | 39 // Must be called whenever a button's menu starts showing. It triggers the 63 // The button that is currently showing a menu, or NULL. 66 // The highest level menu that is currently showing, or NULL.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
menu_bar_helper.h | 38 // Must be called whenever a button's menu starts showing. It triggers the 62 // The button that is currently showing a menu, or NULL. 65 // The highest level menu that is currently showing, or NULL.
|
/development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/ |
_index.html | 2 <p>This section includes samples showing the use of the accessibility
|
/development/samples/Wiktionary/ |
_index.html | 6 frame. Touching the widget will launch a custom application activity showing
|