Searched defs:IsLocal (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page.cc41 bool InstantPage::IsLocal() const { function in class:InstantPage
H A Dsearch_tab_helper.cc94 bool IsLocal(const content::WebContents* contents) { function in namespace:__anon5144
606 } else if (IsLocal(web_contents_)) {
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_descriptor_chromeos.cc57 bool BluetoothRemoteGattDescriptorChromeOS::IsLocal() const { function in class:chromeos::BluetoothRemoteGattDescriptorChromeOS
H A Dbluetooth_remote_gatt_characteristic_chromeos.cc94 bool BluetoothRemoteGattCharacteristicChromeOS::IsLocal() const { function in class:chromeos::BluetoothRemoteGattCharacteristicChromeOS
H A Dbluetooth_remote_gatt_service_chromeos.cc76 bool BluetoothRemoteGattServiceChromeOS::IsLocal() const { function in class:chromeos::BluetoothRemoteGattServiceChromeOS
/external/chromium_org/sync/api/
H A Dsync_data.cc150 bool SyncData::IsLocal() const { return id_ == kInvalidId; } function in class:syncer::SyncData
163 if (IsLocal()) {
191 DCHECK(sync_data.IsLocal());
202 DCHECK(!sync_data.IsLocal());
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp431 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
1459 return parseDirectiveComm(/*IsLocal=*/false);
1461 return parseDirectiveComm(/*IsLocal=*/true);
3668 bool AsmParser::parseDirectiveComm(bool IsLocal) { argument
3697 if (IsLocal && LCOMM == LCOMM::NoAlignment)
3701 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) ||
3702 (IsLocal && LCOMM == LCOMM::ByteAlignment)) {
3731 if (IsLocal) {

Completed in 1583 milliseconds