Searched
full:overlay (Results
426 -
450 of
1450) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/resources/options/ |
handler_options.js | 41 $('handler-options-overlay-confirm').onclick =
|
home_page_overlay.html | 1 <div id="home-page-overlay" class="page" role="dialog" hidden>
|
import_data_overlay.js | 10 * Encapsulated handling of the 'Import Data' overlay page. 17 'import-data-overlay'); 244 * Remove the import overlay from display. 262 * Show the import data overlay.
|
options_settings_app.css | 35 * overlay needs to be trimmed down. 25% is taken off the original height and
|
settings_dialog.js | 53 * Handles the cancel button by closing the overlay.
|
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
preview_area.html | 2 <div class="preview-area-overlay-layer">
|
/external/chromium_org/chrome/browser/resources/ |
set_as_default_browser.html | 21 <div id="metro-setup-overlay" class="page">
|
/external/chromium_org/chrome/browser/ui/app_list/ |
extension_app_item.cc | 52 // Draw the overlay in the bottom left corner of the icon. 53 const gfx::ImageSkia& overlay = *ui::ResourceBundle::GetSharedInstance(). variable 55 canvas->DrawImageInt(overlay, 0, icon_.height() - overlay.height());
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_strip_drag_controller.h | 57 NSWindow* dragOverlay_; // Weak. The overlay being dragged
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
command_handler.h | 32 // The handler page for the Extension Commands UI overlay.
|
extension_error_handler.h | 29 // The handler page for the Extension Commands UI overlay.
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
display_options_handler.h | 21 // Display options overlay page UI handler.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
import_data_handler.h | 22 // Chrome personal stuff import data overlay UI handler.
|
/external/chromium_org/chrome/common/ |
badge_util.cc | 101 // Calculate the proper style/text overlay to render on the badge. 125 // Render the badge bitmap and overlay into a canvas. 130 // Draw the text overlay centered horizontally and vertically. Skia expects 198 // Overlay the gradient. It is stretchy, so we do this in three parts.
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_aura.h | 60 // Creates and sets up the overlay window that will be displayed during the 74 // The navigation happens after an animation (either the overlay window 79 // (note that during the overscroll gesture, either the overlay window or the 220 // This manages the overlay window that shows the screenshot during a history
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorProfilerAgent.cpp | 84 PassOwnPtr<InspectorProfilerAgent> InspectorProfilerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) 86 return adoptPtr(new InspectorProfilerAgent(instrumentingAgents, inspectorState, injectedScriptManager, overlay)); 89 InspectorProfilerAgent::InspectorProfilerAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) 97 , m_overlay(overlay)
|
/external/chromium_org/third_party/skia/src/effects/ |
SkPorterDuff.cpp | 43 MAKE_PAIR(Overlay),
|
/external/skia/src/effects/ |
SkPorterDuff.cpp | 43 MAKE_PAIR(Overlay),
|
/frameworks/base/graphics/java/android/graphics/ |
PorterDuff.java | 59 OVERLAY (17);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
AlphaBlendFilter.java | 53 super(name, new String[] { "source", "overlay", "mask" }, "blended", "weight");
|
/frameworks/base/packages/SettingsProvider/res/xml/ |
bookmarks.xml | 19 Bookmarks for vendor apps should be added to a bookmarks resource overlay; not here.
|
/frameworks/native/include/input/ |
KeyCharacterMap.h | 58 // Overlay keyboard layout, more restrictive, may be published by applications, 61 // Either base or overlay layout ok. 78 /* Combines a base key character map and an overlay. */ 80 const sp<KeyCharacterMap>& overlay);
|
/frameworks/native/libs/input/ |
KeyCharacterMap.cpp | 165 const sp<KeyCharacterMap>& overlay) { 166 if (overlay == NULL) { 170 return overlay; 174 for (size_t i = 0; i < overlay->mKeys.size(); i++) { 175 int32_t keyCode = overlay->mKeys.keyAt(i); 176 Key* key = overlay->mKeys.valueAt(i); 186 for (size_t i = 0; i < overlay->mKeysByScanCode.size(); i++) { 187 map->mKeysByScanCode.replaceValueFor(overlay->mKeysByScanCode.keyAt(i), 188 overlay->mKeysByScanCode.valueAt(i)); 191 for (size_t i = 0; i < overlay->mKeysByUsageCode.size(); i++) [all...] |
/frameworks/opt/photoviewer/sample/ |
Android.mk | 38 LOCAL_AAPT_FLAGS := --auto-add-overlay
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_utils.cpp | 26 #include <overlay.h> 41 using namespace overlay; 42 using namespace overlay::utils; 43 namespace ovutils = overlay::utils; 199 overlay::Overlay::initOverlay(); 200 ctx->mOverlay = overlay::Overlay::getInstance(); 205 overlay::Overlay::initOverlay() [all...] |
Completed in 951 milliseconds
<<11121314151617181920>>