/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_database.cc | 276 std::vector<SBPrefix> restored; in PrefixSetFromAddPrefixes() local 277 prefix_set->GetPrefixes(&restored); in PrefixSetFromAddPrefixes() 280 if (restored.size() == prefixes.size() && in PrefixSetFromAddPrefixes() 281 std::equal(prefixes.begin(), prefixes.end(), restored.begin())) in PrefixSetFromAddPrefixes() 288 if (restored.size() != prefixes.size()) in PrefixSetFromAddPrefixes() 309 if (restored.size()) { in PrefixSetFromAddPrefixes() 312 SBPrefix prev = restored[0]; in PrefixSetFromAddPrefixes() 313 for (size_t i = 0; i < restored.size(); prev = restored[i], ++i) { in PrefixSetFromAddPrefixes() 314 if (prev > restored[i]) { in PrefixSetFromAddPrefixes() 317 prev - restored[i]); in PrefixSetFromAddPrefixes() [all …]
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | opaque_browser_frame_view.h | 35 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE; 56 int NonClientTopBorderHeight(bool restored, bool ignore_vertical_tabs) const; 103 int FrameBorderThickness(bool restored) const; 115 int CaptionButtonY(bool restored) const; 120 int TitlebarBottomThickness(bool restored) const;
|
D | browser_frame.cc | 34 int BrowserFrame::GetHorizontalTabStripVerticalOffset(bool restored) const { in GetHorizontalTabStripVerticalOffset() 35 return browser_frame_view_->GetHorizontalTabStripVerticalOffset(restored); in GetHorizontalTabStripVerticalOffset()
|
D | opaque_browser_frame_view.cc | 200 bool restored, in NonClientTopBorderHeight() argument 210 return std::max(FrameBorderThickness(restored) + IconSize(), in NonClientTopBorderHeight() 211 CaptionButtonY(restored) + kCaptionButtonHeightWithPadding) + in NonClientTopBorderHeight() 212 TitlebarBottomThickness(restored); in NonClientTopBorderHeight() 215 return FrameBorderThickness(restored) - in NonClientTopBorderHeight() 216 ((browser_view_->IsTabStripVisible() && !restored && in NonClientTopBorderHeight() 247 bool restored) const { in GetHorizontalTabStripVerticalOffset() 248 return NonClientTopBorderHeight(restored, true) + ((!restored && in GetHorizontalTabStripVerticalOffset() 475 int OpaqueBrowserFrameView::FrameBorderThickness(bool restored) const { in FrameBorderThickness() 477 return (!restored && (window->IsMaximized() || window->IsFullscreen())) ? in FrameBorderThickness() [all …]
|
D | glass_browser_frame_view.h | 36 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE; 74 int NonClientTopBorderHeight(bool restored, bool ignore_vertical_tabs) const;
|
D | glass_browser_frame_view.cc | 150 bool restored) const { in GetHorizontalTabStripVerticalOffset() 151 return NonClientTopBorderHeight(restored, true); in GetHorizontalTabStripVerticalOffset() 294 bool restored, in NonClientTopBorderHeight() argument 296 if (!restored && frame_->GetWindow()->IsFullscreen()) in NonClientTopBorderHeight() 305 ((!restored && browser_view_->IsMaximized()) ? in NonClientTopBorderHeight()
|
D | browser_non_client_frame_view.h | 28 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const = 0;
|
D | popup_non_client_frame_view.cc | 55 bool restored) const { in GetHorizontalTabStripVerticalOffset()
|
D | popup_non_client_frame_view.h | 33 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE;
|
D | browser_frame.h | 62 int GetHorizontalTabStripVerticalOffset(bool restored) const;
|
D | app_panel_browser_frame_view.h | 37 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE;
|
D | app_panel_browser_frame_view.cc | 99 bool restored) const { in GetHorizontalTabStripVerticalOffset()
|
/external/llvm/lib/CodeGen/ |
D | ShrinkWrapping.cpp | 950 CSRegSet restored; in verifySpillRestorePlacement() local 961 restored |= (CSRRestore[MBB] & spilled); in verifySpillRestorePlacement() 975 !restored.contains(CSRSave[SBB] & spilled)) in verifySpillRestorePlacement() 980 restored |= (CSRRestore[SBB] & spilled); in verifySpillRestorePlacement() 985 if (restored != spilled) { in verifySpillRestorePlacement() 986 CSRegSet notRestored = (spilled - restored); in verifySpillRestorePlacement() 993 restored.clear(); in verifySpillRestorePlacement() 1002 CSRegSet restored = BI->second; in verifySpillRestorePlacement() local 1005 if (restored.empty()) in verifySpillRestorePlacement() 1011 << stringifyCSRegSet(restored) << "\n"); in verifySpillRestorePlacement() [all …]
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | browser_frame_view_chromeos.cc | 59 bool restored) const { in GetHorizontalTabStripVerticalOffset() 60 return NonClientTopBorderHeight(restored, true) + kTopPad; in GetHorizontalTabStripVerticalOffset()
|
D | browser_frame_view_chromeos.h | 26 virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | TextEditorHighlighter.js | 95 var restored = this._highlightLines(startLine, endLine); 96 if (!restored) { 111 return restored;
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | window_size_autosaver.mm | 13 // not restored but instead cleared from the profile -- to protect users from 17 // Minimum restored window height, see |kMinWindowWidth|.
|
D | history_menu_cocoa_controller.mm | 39 // If this item can be restored using TabRestoreService, do so. Otherwise,
|
/external/llvm/test/Transforms/Inline/ |
D | dynamic_alloca_test.ll | 10 ; once that functionality is restored.
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-12-19-sjlj-clobber.ll | 4 ; restored in a function with setjmp/longjmp EH. In particular, r6 was not
|
/external/bouncycastle/ |
D | import_bouncycastle.sh | 228 echo Unneeded source $s restored by patch $i
|
/external/valgrind/main/docs/internals/ |
D | notes.txt | 52 state. Also, the vcpu state is restored on return to whatever it 53 was before the signal was delivered; it is not restored from the
|
/external/dnsmasq/contrib/wrt/ |
D | README | 3 reboot, then it will eventually be restored as hosts renew their
|
/external/openssh/regress/ |
D | README.regress | 101 test to fail. The old behaviour can be restored by setting (and
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-26-Reoptimizer2.txt | 99 register saves which will be restored in epilogs.
|