Searched refs:restored (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout.h55 // This does not include any client edge. If |restored| is true, acts as if
56 // the window is restored regardless of the real mode.
57 int FrameBorderThickness(bool restored) const;
64 // frame, any title area, and any connected client edge. If |restored| is
65 // true, acts as if the window is restored regardless of the real mode.
66 int NonClientTopBorderHeight(bool restored) const;
68 int GetTabStripInsetsTop(bool restored) const;
70 // Returns the y-coordinate of the caption buttons. If |restored| is true,
71 // acts as if the window is restored regardless of the real mode.
72 int CaptionButtonY(bool restored) cons
[all...]
H A Dopaque_browser_frame_view_layout.cc21 // window in restored mode, to use to drag the window around.
31 // The frame border is only visible in restored mode and is hardcoded to 4 px on
62 // restored windows), the New Tab button isn't at the same height as the caption
190 int OpaqueBrowserFrameViewLayout::FrameBorderThickness(bool restored) const {
191 return (!restored && (IsTitleBarCondensed() ||
204 bool restored) const {
206 return std::max(FrameBorderThickness(restored) + delegate_->GetIconSize(),
207 CaptionButtonY(restored) + kCaptionButtonHeightWithPadding) +
208 TitlebarBottomThickness(restored);
211 int thickness = FrameBorderThickness(restored);
[all...]
H A Dopaque_browser_frame_view.h124 // This does not include any client edge. If |restored| is true, acts as if
125 // the window is restored regardless of the real mode.
126 int FrameBorderThickness(bool restored) const;
H A Dopaque_browser_frame_view.cc557 int OpaqueBrowserFrameView::FrameBorderThickness(bool restored) const {
558 return layout_->FrameBorderThickness(restored);
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index.h109 // data cannot be restored from its cache file then it is rebuilt from the
142 bool restored() const { function in class:history::InMemoryURLIndex
217 // Callback function that sets the private data from the just-restored-from-
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_browsertest.cc232 // Verify panel is restored to its original size.
243 // Hover again on the last panel which is now restored, to reset the
547 gfx::Rect restored = panel->GetRestoredBounds(); local
548 EXPECT_EQ(bounds.x(), restored.x());
549 EXPECT_GT(bounds.y(), restored.y());
550 EXPECT_EQ(bounds.width(), restored.width());
551 EXPECT_LT(bounds.height(), restored.height());
556 restored = panel->GetRestoredBounds();
557 EXPECT_EQ(bounds.x(), restored.x());
558 EXPECT_GT(bounds.y(), restored
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dpystate.pxd58 # thread-state is restored to its previous state before the Release().
/external/bouncycastle/
H A Dimport_bouncycastle.sh251 echo Unneeded source $s restored by patch $i
/external/libunwind/doc/
H A Dunw_resume.tex51 ``preserved'' registers are restored.
H A Dlibunwind-dynamic.tex63 gets restored. The reason this point needs to be described is that
64 once the stack-pointer is restored, all values saved in the
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc196 // Verifies that restored tabs have a root window. This is important
213 Browser* restored = QuitBrowserAndRestore(browser(), 3); local
214 TabStripModel* tab_strip_model = restored->tab_strip_model();
218 // Check the restored tabs have a root window.
228 // Verify that restored tabs have correct disposition. Only one tab should
245 Browser* restored = QuitBrowserAndRestore(browser(), 3); local
252 // There should be 3 restored tabs in the new browser.
253 TabStripModel* tab_strip_model = restored->tab_strip_model();
309 // Test that maximized applications get restored maximized.
453 // Make sure that the restored ta
[all...]
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dcontext_lost.py160 'Test failed (context not restored properly?)')
170 'Test didn\'t complete (no context restored event?)')
174 'Test failed (context not restored properly?)')
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_unittest.cc828 // It should have sent out a restored message with a request to paint.
829 const IPC::Message* restored = process_->sink().GetUniqueMessageMatching( local
831 ASSERT_TRUE(restored);
833 ViewMsg_WasShown::Read(restored, &needs_repaint);
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc597 if (!index || index->restored())
605 DCHECK(index->restored());
/external/libcxxabi/src/Unwind/
H A DUnwindRegistersRestore.S321 @ Use lr as base so that r0 can be restored.
H A DUnwindRegistersSave.S292 @ EHABI #7.4.5 notes that in general all VRS registers should be restored
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar ... io.IOException java.util.Set unrestorable boolean restored private void logUnrestorables (java.util.Set) java. ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb52 recognition process so the input state may be restored back to a prior state.
884 # and then ensures the stream's position is restored before
1016 # After iteration has completed, the stream's position will be restored to where
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m42703 restored at link time])
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c8570 ;; now the 16-bit registers can be restored with:
/external/bison/build-aux/
H A Dtexinfo.tex5212 % \endgroup where \vsize got restored).
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 652 milliseconds