/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 54 unsigned IsTemporary : 1; variable 64 IsTemporary(isTemporary), IsUsed(false) {} in MCSymbol() 76 bool isTemporary() const { return IsTemporary; } in isTemporary()
|
/external/chromium_org/content/public/test/ |
D | mock_download_item.h | 50 MOCK_CONST_METHOD0(IsTemporary, bool());
|
/external/chromium_org/content/browser/download/ |
D | download_item_impl.cc | 455 if (!IsTemporary()) in OpenDownload() 496 bool DownloadItemImpl::IsTemporary() const { in IsTemporary() function in content::DownloadItemImpl 747 return (!IsDone() || is_complete) && !IsTemporary() && in CanOpenDownload() 1407 IsTemporary()) { in Completed() 1411 if (!IsTemporary()) in Completed()
|
D | download_item_impl.h | 109 virtual bool IsTemporary() const OVERRIDE;
|
D | download_manager_impl_unittest.cc | 163 MOCK_CONST_METHOD0(IsTemporary, bool());
|
D | download_item_impl_unittest.cc | 1018 ASSERT_TRUE(item->IsTemporary()); in TEST_F()
|
/external/chromium_org/content/public/browser/ |
D | download_item.h | 166 virtual bool IsTemporary() const = 0;
|
/external/lzma/CPP/Windows/ |
D | FileFind.h | 58 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); } in IsTemporary() function
|
/external/chromium_org/chrome/browser/download/ |
D | download_history.cc | 303 item->IsTemporary() || in MaybeAddToHistory() 398 if (item->IsTemporary()) { in OnDownloadUpdated()
|
D | download_shelf_unittest.cc | 85 ON_CALL(*download_item_, IsTemporary()).WillByDefault(Return(false)); in DownloadShelfTest()
|
D | download_item_model.cc | 521 download_->IsTemporary() || in ShouldRemoveFromShelfWhenComplete() 529 return download_->GetAutoOpened() || download_->IsTemporary(); in ShouldRemoveFromShelfWhenComplete()
|
D | download_history_unittest.cc | 456 EXPECT_CALL(item(index), IsTemporary()).WillRepeatedly(Return(false)); in InitItem() 716 EXPECT_CALL(item(0), IsTemporary()).WillRepeatedly(Return(true)); in TEST_F() 730 EXPECT_CALL(item(0), IsTemporary()).WillRepeatedly(Return(false)); in TEST_F()
|
D | download_ui_controller_unittest.cc | 230 EXPECT_CALL(*item, IsTemporary()).WillRepeatedly(Return(false)); in CreateMockInProgressDownload()
|
D | chrome_download_manager_delegate_unittest.cc | 228 ON_CALL(*item, IsTemporary()) in CreateActiveDownloadItem()
|
D | download_target_determiner_unittest.cc | 332 ON_CALL(*item, IsTemporary()) in CreateActiveDownloadItem()
|
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
D | downloads_api.cc | 386 return !download_item.IsTemporary(); in IsNotTemporaryDownloadFilter() 1779 if (download_item->IsTemporary()) in OnDownloadCreated() 1812 if (download_item->IsTemporary() || in OnDownloadUpdated() 1878 if (download_item->IsTemporary()) in OnDownloadRemoved()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | downloads_dom_handler.cc | 238 !item.IsTemporary() && in IsDownloadDisplayable()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 833 bool IsTemporary = false; in Visit() local 837 IsTemporary = true; in Visit() 849 if (IsTemporary) in Visit()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 6082 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty); in Perform() local 6084 InitializedEntity InitEntity = IsTemporary ? TempEntity : Entity; in Perform()
|