Home
last modified time | relevance | path

Searched defs:IsLocal (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
Dinstant_page.cc41 bool InstantPage::IsLocal() const { in IsLocal() function in InstantPage
Dinstant_page_unittest.cc67 TEST_F(InstantPageTest, IsLocal) { in TEST_F() argument
Dsearch_tab_helper.cc94 bool IsLocal(const content::WebContents* contents) { in IsLocal() function
/external/chromium_org/device/bluetooth/
Dbluetooth_remote_gatt_descriptor_chromeos.cc57 bool BluetoothRemoteGattDescriptorChromeOS::IsLocal() const { in IsLocal() function in chromeos::BluetoothRemoteGattDescriptorChromeOS
Dbluetooth_remote_gatt_service_chromeos.cc76 bool BluetoothRemoteGattServiceChromeOS::IsLocal() const { in IsLocal() function in chromeos::BluetoothRemoteGattServiceChromeOS
Dbluetooth_remote_gatt_characteristic_chromeos.cc94 bool BluetoothRemoteGattCharacteristicChromeOS::IsLocal() const { in IsLocal() function in chromeos::BluetoothRemoteGattCharacteristicChromeOS
/external/chromium_org/sync/api/
Dsync_data.cc150 bool SyncData::IsLocal() const { return id_ == kInvalidId; } in IsLocal() function in syncer::SyncData
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp681 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3668 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm()