HomeSort by relevance Sort by last modified time
    Searched refs:IsTemporary (Results 1 - 20 of 20) sorted by null

  /external/llvm/include/llvm/MC/
MCSymbol.h 51 /// IsTemporary - True if this is an assembler temporary label, which
54 unsigned IsTemporary : 1;
62 MCSymbol(StringRef name, bool isTemporary)
64 IsTemporary(isTemporary), IsUsed(false) {}
75 /// isTemporary - Check if this is an assembler temporary symbol.
76 bool isTemporary() const { return IsTemporary; }
  /external/chromium_org/chrome/browser/download/
download_status_updater_win.cc 105 download->IsTemporary() ||
download_history.cc 268 // TODO(benjhayden): Remove IsTemporary().
270 item->IsTemporary() ||
364 if (item->IsTemporary()) {
download_item_model.cc 433 download_->IsTemporary() ||
441 return download_->GetAutoOpened() || download_->IsTemporary();
download_shelf_unittest.cc 86 ON_CALL(*download_item_, IsTemporary()).WillByDefault(Return(false));
chrome_download_manager_delegate_unittest.cc 235 ON_CALL(*item, IsTemporary())
download_history_unittest.cc 445 EXPECT_CALL(item(index), IsTemporary()).WillRepeatedly(Return(false));
629 // IsTemporary, saving it back, changing it, saving it back because it isn't
649 EXPECT_CALL(item(0), IsTemporary()).WillRepeatedly(Return(true));
663 EXPECT_CALL(item(0), IsTemporary()).WillRepeatedly(Return(false));
download_target_determiner_unittest.cc 320 ON_CALL(*item, IsTemporary())
    [all...]
  /external/chromium_org/content/public/browser/
download_item.h 166 virtual bool IsTemporary() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 37 MOCK_CONST_METHOD0(IsTemporary, bool());
  /external/lzma/CPP/Windows/
FileFind.h 58 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); }
  /external/chromium_org/content/browser/download/
download_item_impl.cc 435 if (!IsTemporary())
476 bool DownloadItemImpl::IsTemporary() const {
708 return (!IsDone() || is_complete) && !IsTemporary() &&
    [all...]
download_item_impl.h 107 virtual bool IsTemporary() const OVERRIDE;
download_manager_impl_unittest.cc 159 MOCK_CONST_METHOD0(IsTemporary, bool());
download_item_impl_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider.cc 376 dl_item_value->SetBoolean("is_temporary", download->IsTemporary());
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc 388 return !download_item.IsTemporary();
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 253 !item.IsTemporary() &&
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 761 bool IsTemporary = false;
765 IsTemporary = true;
777 if (IsTemporary)
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 638 milliseconds