Searched refs:IsLocal (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page_unittest.cc67 TEST_F(InstantPageTest, IsLocal) {
70 EXPECT_FALSE(page->IsLocal());
73 EXPECT_TRUE(page->IsLocal());
75 EXPECT_FALSE(page->IsLocal());
83 EXPECT_TRUE(page->IsLocal());
96 EXPECT_FALSE(page->IsLocal());
116 EXPECT_FALSE(page->IsLocal());
H A Dinstant_page.h71 virtual bool IsLocal() const;
92 FRIEND_TEST_ALL_PREFIXES(InstantPageTest, IsLocal);
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/test/
H A Dmock_bluetooth_gatt_descriptor.cc22 ON_CALL(*this, IsLocal()).WillByDefault(Return(is_local));
H A Dmock_bluetooth_gatt_characteristic.cc24 ON_CALL(*this, IsLocal()).WillByDefault(Return(is_local));
H A Dmock_bluetooth_gatt_descriptor.h34 MOCK_CONST_METHOD0(IsLocal, bool());
H A Dmock_bluetooth_gatt_service.cc22 ON_CALL(*this, IsLocal()).WillByDefault(Return(is_local));
H A Dmock_bluetooth_gatt_service.h31 MOCK_CONST_METHOD0(IsLocal, bool());
H A Dmock_bluetooth_gatt_characteristic.h35 MOCK_CONST_METHOD0(IsLocal, bool());
/external/chromium_org/sync/api/
H A Dsync_data_unittest.cc55 EXPECT_TRUE(data.IsLocal());
65 EXPECT_TRUE(data.IsLocal());
82 EXPECT_TRUE(data.IsLocal());
97 EXPECT_TRUE(data.IsLocal());
113 EXPECT_FALSE(data.IsLocal());
H A Dsync_change.cc31 if (!sync_data_.IsLocal())
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());
H A Dsync_data.h96 bool IsLocal() const;
157 // |sync_data|'s IsLocal() must be true.
171 // |sync_data|'s IsLocal() must be false.
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_descriptor.h147 virtual bool IsLocal() const = 0;
H A Dbluetooth_remote_gatt_descriptor_chromeos.h35 virtual bool IsLocal() const OVERRIDE;
H A Dbluetooth_gatt_characteristic.h127 virtual bool IsLocal() const = 0;
H A Dbluetooth_gatt_service.h157 virtual bool IsLocal() const = 0;
H A Dbluetooth_gatt_chromeos_unittest.cc92 EXPECT_FALSE(service->IsLocal());
110 EXPECT_FALSE(service->IsLocal());
504 EXPECT_FALSE(service->IsLocal());
543 EXPECT_FALSE(service->IsLocal());
688 EXPECT_FALSE(descriptor->IsLocal());
717 EXPECT_FALSE(descriptor->IsLocal());
750 EXPECT_FALSE(service->IsLocal());
757 EXPECT_FALSE(service->IsLocal());
768 EXPECT_FALSE(characteristic->IsLocal());
779 EXPECT_FALSE(characteristic->IsLocal());
[all...]
H A Dbluetooth_remote_gatt_descriptor_chromeos.cc57 bool BluetoothRemoteGattDescriptorChromeOS::IsLocal() const { function in class:chromeos::BluetoothRemoteGattDescriptorChromeOS
H A Dbluetooth_remote_gatt_service_chromeos.h45 virtual bool IsLocal() const OVERRIDE;
H A Dbluetooth_remote_gatt_characteristic_chromeos.h44 virtual bool IsLocal() const OVERRIDE;
H A Dbluetooth_remote_gatt_service_chromeos.cc76 bool BluetoothRemoteGattServiceChromeOS::IsLocal() const { function in class:chromeos::BluetoothRemoteGattServiceChromeOS
H A Dbluetooth_remote_gatt_characteristic_chromeos.cc94 bool BluetoothRemoteGattCharacteristicChromeOS::IsLocal() const { function in class:chromeos::BluetoothRemoteGattCharacteristicChromeOS
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_event_router.cc42 out->is_local = service->IsLocal();
96 out->is_local = characteristic->IsLocal();
115 out->is_local = descriptor->IsLocal();

Completed in 3703 milliseconds

12