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

  /external/chromium_org/sync/api/
sync_data.cc 103 DCHECK(IsLocal());
114 DCHECK(!IsLocal());
119 DCHECK(!IsLocal());
123 bool SyncData::IsLocal() const {
139 if (IsLocal()) {
140 return "{ isLocal: true, type: " + type + ", tag: " + GetTag() +
145 return "{ isLocal: false, type: " + type + ", specifics: " + specifics +
sync_change.cc 31 if (!sync_data_.IsLocal())
sync_data.h 78 // only valid if IsLocal() is false, and may be null if the SyncData
82 // Should only be called by sync code when IsLocal() is false.
86 bool IsLocal() const;
123 // This is only valid if IsLocal() is false, and may be null if the
  /external/chromium_org/chrome/browser/ui/search/
instant_page_unittest.cc 126 TEST_F(InstantPageTest, IsLocal) {
129 EXPECT_FALSE(page->IsLocal());
132 EXPECT_TRUE(page->IsLocal());
134 EXPECT_FALSE(page->IsLocal());
142 EXPECT_TRUE(page->IsLocal());
155 EXPECT_FALSE(page->IsLocal());
286 EXPECT_FALSE(page->IsLocal());
instant_ntp_prerenderer.cc 177 if (!ntp() || ntp()->IsLocal())
187 bool is_local = ntp()->IsLocal();
242 bool is_local = ntp()->IsLocal();
288 // Already a local page. Not calling IsLocal() because we want to distinguish
search_tab_helper.cc 47 // namespace and remove InstantPage::IsLocal().
48 bool IsLocal(const content::WebContents* contents) {
260 } else if (IsLocal(web_contents_)) {
instant_page.h 116 virtual bool IsLocal() const;
instant_controller.cc 152 if (instant_tab_->IsLocal() ||
382 return instant_tab_ && instant_tab_->IsLocal();
instant_extended_interactive_uitest.cc 369 EXPECT_TRUE(instant_service->ntp_prerenderer()->ntp()->IsLocal());
396 EXPECT_FALSE(instant_service->ntp_prerenderer()->ntp()->IsLocal());
420 EXPECT_TRUE(instant_service->ntp_prerenderer()->ntp()->IsLocal());
478 EXPECT_FALSE(instant()->ntp()->IsLocal());
504 EXPECT_TRUE(instant()->ntp()->IsLocal());
    [all...]
instant_ntp_prerenderer_unittest.cc 37 virtual bool IsLocal() const OVERRIDE {
instant_page.cc 58 bool InstantPage::IsLocal() const {
  /external/chromium_org/chrome/browser/sync/glue/
generic_change_processor.cc 262 if (change.sync_data().IsLocal()) {
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 428 bool ParseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 564 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg);
624 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) &&
    [all...]

Completed in 253 milliseconds