Home
last modified time | relevance | path

Searched refs:resized (Results 1 – 25 of 68) sorted by relevance

123

/external/chromium/base/
Dpickle.cc67 bool resized = Resize(payload_size); in Pickle() local
68 CHECK(resized); // Realloc failed. in Pickle()
91 bool resized = Resize(other.header_size_ + other.header_->payload_size); in operator =() local
92 CHECK(resized); // Realloc failed. in operator =()
/external/mesa3d/docs/
DMESA_resize_buffers.spec57 determines that a window has been resized. Calling
/external/e2fsprogs/tests/r_inline_xattr/
Dscript25 # Look at inline extended attribute in resized fs
/external/chromium/chrome/browser/ui/cocoa/
Dframed_browser_window.mm55 // resized.
57 // when the window was being resized.
Dtheme_install_bubble_view.mm157 // Update the layout to keep the view centered when the window is resized.
Danimatable_image.mm66 // Animate the bounds only if the image is resized.
Dsidebar_controller.mm171 // Return NO for the sidebar view to indicate that it should not be resized
Ddev_tools_controller.mm162 // Return NO for the devTools view to indicate that it should not be resized
Dbrowser_window_controller.mm114 // then from the bottom -- unless the user moved/resized/zoomed the window, in
284 // windows may get resized later on in this function, once the actual size
1695 // Delegate method called when window is resized.
1710 // with find results. The position changes whenever the window is resized,
1761 // Delegate method called when window will be resized; not called for
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_view_mac.mm87 // the largest size view allowed. The view will be resized to make
Dextension_infobar_controller.mm37 // Called when the extension's hosted NSView has been resized.
Dextension_popup_controller.mm79 // Called when the extension's hosted NSView has been resized.
Dextension_installed_bubble_controller.mm239 // Now that we have resized the window, adjust y pos of the messages.
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_controller_unittest.mm277 // view is resized.
320 // should be resized to make room for them.
Dtab_controller.mm287 // Called when our view is resized. If it gets too small, start by hiding
/external/quake/quake/src/WinQuake/docs/
DREADME.X1118 and can be resized. You can specify a starting window size with:
DREADME98 and can be resized. You can specify a starting window size with:
DINSTALL129 and can be resized. You can specify a starting window size with:
DINSTALL.Quake129 and can be resized. You can specify a starting window size with:
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dtab_contents_controller.mm149 // Native view is resized to the actual size before it becomes visible
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_started_animation_mac.mm157 // Called when the parent window is resized.
/external/stlport/etc/
DReleaseNote.txt106 move semantic when resized or modified rather than copy.
/external/quake/quake/src/QW/docs/
Dreadme.qwcl118 and can be resized. You can specify a starting window size with:
/external/quake/quake/src/QW/
Dqwchangelog.txt106 - fixed resized console in gl version, had some dead space, so put a mini
/external/webkit/Source/WebCore/page/
DFrameView.cpp2077 …bool resized = !m_firstLayout && (currentSize != m_lastLayoutSize || currentZoomFactor != m_lastZo… in performPostLayoutTasks() local
2080 if (resized) in performPostLayoutTasks()

123