/external/chromium_org/chrome/browser/resources/options/ |
managed_user_create_confirm.js | 10 * Encapsulated handling of the confirmation overlay page when creating a 55 * displayed. Called by the profile creation overlay when this overlay is
|
options.html | 10 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 89 <script src="chrome://resources/js/cr/ui/overlay.js"></script> 102 <div id="overlay-container-1" class="overlay transparent" hidden> 135 <div id="overlay-container-2" class="overlay transparent" hidden> 160 <div id="overlay-container-3" class="overlay transparent" hidden>
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
edit_dictionary_browsertest.js | 41 $('language-dictionary-overlay-word-list').querySelector('input').value = 71 var searchField = $('language-dictionary-overlay-search-field'); 82 var searchField = $('language-dictionary-overlay-search-field');
|
/external/chromium_org/content/public/browser/ |
web_contents_view.h | 95 // know about the overlaying one. Caller must ensure that |overlay| exists 97 virtual void SetOverlayView(WebContentsView* overlay, 100 // Removes the previously set overlay view.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlfreeyuvoverlay.html | 83 >SDL_FreeYUVOverlay -- Free a YUV video overlay</DIV 109 >(SDL_Overlay *overlay);</CODE 128 >overlay</I
|
sdllockyuvoverlay.html | 83 >SDL_LockYUVOverlay -- Lock an overlay</DIV 109 >(SDL_Overlay *overlay);</CODE 137 >overlay</I
|
/packages/apps/Contacts/res/values/ |
donottranslate_config.xml | 59 the overlay will fill this in during build time. --> 63 the overlay will fill this in during build time. --> 67 the overlay will fill this in during build time. -->
|
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
ApiServiceListener.java | 325 * A new overlay was added 328 * @param overlay The newly added overlay 332 public void onOverlayAdded(String projectPath, MovieOverlay overlay, 336 * A overlay was removed 339 * @param overlayId The id of the overlay 347 * The overlay start time was set 350 * @param overlayId The id of the overlay 359 * The overlay duration was set 362 * @param overlayId The id of the overlay [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
ImageUtils.java | 233 * Build an overlay image 237 * @param overlayType The overlay type 283 throw new IllegalArgumentException("Unsupported overlay type: " + overlayType); 291 * Build an overlay image in the center third of the image 295 * @param drawableId The overlay background drawable if 334 * Build an overlay image in the lower third of the image 338 * @param drawableId The overlay background drawable if 376 * Build an overlay preview image 380 * @param overlayType The overlay type 406 throw new IllegalArgumentException("Unsupported overlay type: " + overlayType) [all...] |
/external/chromium/chrome/browser/resources/chromeos/ |
sim_unlock.html | 25 <div id="locked-pin-overlay" class="dialog" hidden> 43 <div id="locked-pin-no-tries-overlay" class="dialog" hidden> 59 <div id="locked-puk-overlay" class="dialog" hidden> 79 <div id="choose-pin-overlay" class="dialog" hidden> 118 <div id="locked-puk-no-tries-overlay" class="dialog" hidden> 129 <div id="sim-disabled-overlay" class="dialog" hidden>
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
sim_unlock.html | 26 <div id="locked-pin-overlay" class="dialog" hidden> 44 <div id="locked-pin-no-tries-overlay" class="dialog" hidden> 60 <div id="locked-puk-overlay" class="dialog" hidden> 80 <div id="choose-pin-overlay" class="dialog" hidden> 119 <div id="locked-puk-no-tries-overlay" class="dialog" hidden> 130 <div id="sim-disabled-overlay" class="dialog" hidden>
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayMdpRot.cpp | 23 namespace ovutils = overlay::utils; 25 namespace overlay { namespace 83 void MdpRot::setSource(const overlay::utils::Whf& awhf) { 127 if(!overlay::mdp_wrapper::startRotator(mFd.getFD(), mRotImgInfo)) { 237 if(!overlay::mdp_wrapper::rotate(mFd.getFD(), mRotDataInfo)) { 271 } // namespace overlay
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
overlayGenPipe.cpp | 31 #include "overlay.h" 34 namespace overlay { namespace 52 mFbNum = Overlay::getInstance()->getExtFbNum(); 102 void GenericPipe::setCrop(const overlay::utils::Dim& d) { 191 //Need an actual rotator. Modify overlay State Traits. 240 } //namespace overlay
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMdpRot.cpp | 23 namespace ovutils = overlay::utils; 25 namespace overlay { namespace 83 void MdpRot::setSource(const overlay::utils::Whf& awhf) { 124 if(!overlay::mdp_wrapper::startRotator(mFd.getFD(), mRotImgInfo)) { 231 if(!overlay::mdp_wrapper::rotate(mFd.getFD(), mRotDataInfo)) { 265 } // namespace overlay
|
overlayWriteback.cpp | 30 #include "overlay.h" 34 namespace overlay { namespace 77 int fbNum = Overlay::getFbForDpy(Overlay::DPY_WRITEBACK); 173 if(!Overlay::displayCommit(mFd.getFD())) { 255 } //namespace overlay
|
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayMdpRot.cpp | 23 namespace ovutils = overlay::utils; 25 namespace overlay { namespace 83 void MdpRot::setSource(const overlay::utils::Whf& awhf) { 122 if(!overlay::mdp_wrapper::startRotator(mFd.getFD(), mRotImgInfo)) { 229 if(!overlay::mdp_wrapper::rotate(mFd.getFD(), mRotDataInfo)) { 263 } // namespace overlay
|
overlayMdssRot.cpp | 36 namespace ovutils = overlay::utils; 38 namespace overlay { namespace 73 void MdssRot::setSource(const overlay::utils::Whf& awhf) { 116 if(!overlay::mdp_wrapper::setOverlay(mFd.getFD(), mRotInfo)) { 138 if(!overlay::mdp_wrapper::play(mFd.getFD(), mRotData)) { 264 } // namespace overlay
|
/hardware/qcom/display/msm8x26/liboverlay/pipes/ |
overlayGenPipe.cpp | 31 #include "overlay.h" 34 namespace overlay { namespace 52 mFbNum = Overlay::getInstance()->getExtFbNum(); 102 void GenericPipe::setCrop(const overlay::utils::Dim& d) { 191 //Need an actual rotator. Modify overlay State Traits. 240 } //namespace overlay
|
/external/chromium/chrome/browser/ui/views/frame/ |
contents_container.h | 66 // Creates the overlay widget. The opacity is set at |initial_opacity|. 69 // Invoked when the contents view of the overlay is destroyed.
|
/external/chromium_org/ash/wm/ |
custom_frame_view_ash.h | 28 // client view takes up the entire widget and the window header is an overlay. 29 // The window header overlay slides onscreen when the user hovers the mouse at
|
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
preview_area.css | 38 #preview-area .preview-area-overlay-layer { 53 #preview-area .preview-area-overlay-layer.invisible {
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
history_overlay_controller_unittest.mm | 20 // The overlay controller shows the panel as a subview of the given view. 73 // Run the loop, which will dismiss the overlay.
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
inlinedelegate.js | 30 * Indicates whether the overlay CSS has already been injected. 37 * Generates the CSS for the overlay.
|
/external/chromium_org/ppapi/cpp/dev/ |
widget_client_dev.cc | 56 PP_Bool overlay) { 62 Scrollbar_Dev(scrollbar_id), PP_ToBool(overlay));
|
/external/chromium_org/printing/ |
page_setup.h | 23 // Vertical space for the overlay from the top of the sheet. 25 // Vertical space for the overlay from the bottom of the sheet.
|