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

12

/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view.h25 // begins, or (in vertical tabs mode) would begin. If |restored| is true,
26 // this is calculated as if we were in restored mode regardless of the current
28 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const = 0;
H A Dbrowser_frame.cc34 int BrowserFrame::GetHorizontalTabStripVerticalOffset(bool restored) const {
35 return browser_frame_view_->GetHorizontalTabStripVerticalOffset(restored);
H A Dopaque_browser_frame_view.h35 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE;
52 // frame, any title area, and any connected client edge. If |restored| is
53 // true, acts as if the window is restored regardless of the real mode. If
56 int NonClientTopBorderHeight(bool restored, bool ignore_vertical_tabs) const;
101 // This does not include any client edge. If |restored| is true, acts as if
102 // the window is restored regardless of the real mode.
103 int FrameBorderThickness(bool restored) const;
113 // Returns the y-coordinate of the caption buttons. If |restored| is true,
114 // acts as if the window is restored regardless of the real mode.
115 int CaptionButtonY(bool restored) cons
[all...]
H A Dpopup_non_client_frame_view.cc55 bool restored) const {
H A Dpopup_non_client_frame_view.h33 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE;
H A Dglass_browser_frame_view.h36 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE;
70 // frame, any title area, and any connected client edge. If |restored| is
71 // true, acts as if the window is restored regardless of the real mode. If
74 int NonClientTopBorderHeight(bool restored, bool ignore_vertical_tabs) const;
H A Dbrowser_frame.h60 // begins (or would begin). If |restored| is true, this is calculated as if
61 // we were in restored mode regardless of the current mode.
62 int GetHorizontalTabStripVerticalOffset(bool restored) const;
H A Dopaque_browser_frame_view.cc38 // The frame border is only visible in restored mode and is hardcoded to 4 px on
42 // window in restored mode, to use to drag the window around.
78 // In restored mode, the New Tab button isn't at the same height as the caption
200 bool restored,
210 return std::max(FrameBorderThickness(restored) + IconSize(),
211 CaptionButtonY(restored) + kCaptionButtonHeightWithPadding) +
212 TitlebarBottomThickness(restored);
215 return FrameBorderThickness(restored) -
216 ((browser_view_->IsTabStripVisible() && !restored &&
247 bool restored) cons
199 NonClientTopBorderHeight( bool restored, bool ignore_vertical_tabs) const argument
[all...]
H A Dapp_panel_browser_frame_view.h37 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE;
H A Dglass_browser_frame_view.cc42 // window in restored mode, to use to drag the window around.
59 // In restored mode, the New Tab button isn't at the same height as the caption
150 bool restored) const {
151 return NonClientTopBorderHeight(restored, true);
294 bool restored,
296 if (!restored && frame_->GetWindow()->IsFullscreen())
305 ((!restored && browser_view_->IsMaximized()) ?
293 NonClientTopBorderHeight( bool restored, bool ignore_vertical_tabs) const argument
H A Dapp_panel_browser_frame_view.cc30 // The frame border is only visible in restored mode and is hardcoded to 1 px on
99 bool restored) const {
303 // with restored windows, so when the window is restored, instead of
310 // space above the icon, since the 3D edge (+ client edge, for restored
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout.h54 // This does not include any client edge. If |restored| is true, acts as if
55 // the window is restored regardless of the real mode.
56 int FrameBorderThickness(bool restored) const;
63 // frame, any title area, and any connected client edge. If |restored| is
64 // true, acts as if the window is restored regardless of the real mode.
65 int NonClientTopBorderHeight(bool restored) const;
67 int GetTabStripInsetsTop(bool restored) const;
69 // Returns the y-coordinate of the caption buttons. If |restored| is true,
70 // acts as if the window is restored regardless of the real mode.
71 int CaptionButtonY(bool restored) cons
[all...]
H A Dopaque_browser_frame_view_layout.cc20 // window in restored mode, to use to drag the window around.
30 // The frame border is only visible in restored mode and is hardcoded to 4 px on
60 // In restored mode, the New Tab button isn't at the same height as the caption
196 int OpaqueBrowserFrameViewLayout::FrameBorderThickness(bool restored) const {
197 return (!restored && (delegate_->IsMaximized() ||
210 bool restored) const {
212 return std::max(FrameBorderThickness(restored) + delegate_->GetIconSize(),
213 CaptionButtonY(restored) + kCaptionButtonHeightWithPadding) +
214 TitlebarBottomThickness(restored);
217 return FrameBorderThickness(restored)
[all...]
H A Dopaque_browser_frame_view.h115 // This does not include any client edge. If |restored| is true, acts as if
116 // the window is restored regardless of the real mode.
117 int FrameBorderThickness(bool restored) const;
H A Dopaque_browser_frame_view.cc559 int OpaqueBrowserFrameView::FrameBorderThickness(bool restored) const {
560 return layout_->FrameBorderThickness(restored);
607 // in restored mode. Note that the top of the tabstrip is
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_frame_view_chromeos.h26 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE;
H A Dbrowser_frame_view_chromeos.cc59 bool restored) const {
60 return NonClientTopBorderHeight(restored, true) + kTopPad;
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc276 std::vector<SBPrefix> restored; local
277 prefix_set->GetPrefixes(&restored);
280 if (restored.size() == prefixes.size() &&
281 std::equal(prefixes.begin(), prefixes.end(), restored.begin()))
288 if (restored.size() != prefixes.size())
308 // Check whether |restored| is unsorted, or has duplication.
309 if (restored.size()) {
312 SBPrefix prev = restored[0];
313 for (size_t i = 0; i < restored.size(); prev = restored[
604 std::vector<SBPrefix> restored; local
[all...]
/external/llvm/lib/CodeGen/
H A DShrinkWrapping.cpp540 // Machine CFG around which CSRs must be spilled and restored.
546 /// addUsesForMEMERegion - add uses of CSRs spilled or restored in
732 /// calcRestorePlacements - determine which CSRs should be restored
734 /// of changes to restored reg sets. Add MBB to the set of blocks
772 // Remove the CSRs that are restored in the return blocks.
833 // Add uses for CSRs spilled or restored at branch, join points.
931 /// all CSRs spilled at MMBB are restored on all paths
934 /// all CSRs restored at MBB are spilled on all paths
949 CSRegSet restored; local
960 restored |
1001 CSRegSet restored = BI->second; local
[all...]
/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
140 bool restored() const { function in class:history::InMemoryURLIndex
215 // Callback function that sets the private data from the just-restored-from-
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_browsertest.cc230 // Verify panel is restored to its original size.
241 // Hover again on the last panel which is now restored, to reset the
548 gfx::Rect restored = panel->GetRestoredBounds(); local
549 EXPECT_EQ(bounds.x(), restored.x());
550 EXPECT_GT(bounds.y(), restored.y());
551 EXPECT_EQ(bounds.width(), restored.width());
552 EXPECT_LT(bounds.height(), restored.height());
557 restored = panel->GetRestoredBounds();
558 EXPECT_EQ(bounds.x(), restored.x());
559 EXPECT_GT(bounds.y(), restored
[all...]
/external/bouncycastle/
H A Dimport_bouncycastle.sh249 echo Unneeded source $s restored by patch $i
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc539 if (!index || index->restored())
547 DCHECK(index->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. ...
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_unittest.cc1071 // It should have sent out a restored message with a request to paint.
1072 const IPC::Message* restored = process_->sink().GetUniqueMessageMatching( local
1074 ASSERT_TRUE(restored);
1076 ViewMsg_WasShown::Read(restored, &needs_repaint);

Completed in 595 milliseconds

12