Searched defs:IsLocal (Results 1 – 9 of 9) sorted by relevance
41 bool InstantPage::IsLocal() const { in IsLocal() function in InstantPage
67 TEST_F(InstantPageTest, IsLocal) { in TEST_F() argument
94 bool IsLocal(const content::WebContents* contents) { in IsLocal() function
57 bool BluetoothRemoteGattDescriptorChromeOS::IsLocal() const { in IsLocal() function in chromeos::BluetoothRemoteGattDescriptorChromeOS
76 bool BluetoothRemoteGattServiceChromeOS::IsLocal() const { in IsLocal() function in chromeos::BluetoothRemoteGattServiceChromeOS
94 bool BluetoothRemoteGattCharacteristicChromeOS::IsLocal() const { in IsLocal() function in chromeos::BluetoothRemoteGattCharacteristicChromeOS
150 bool SyncData::IsLocal() const { return id_ == kInvalidId; } in IsLocal() function in syncer::SyncData
681 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local
3668 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm()