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

  /external/chromium_org/chrome/browser/ui/search/
instant_page.cc 41 bool InstantPage::IsLocal() const {
search_tab_helper.cc 94 bool IsLocal(const content::WebContents* contents) {
606 } else if (IsLocal(web_contents_)) {
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_descriptor_chromeos.cc 57 bool BluetoothRemoteGattDescriptorChromeOS::IsLocal() const {
bluetooth_remote_gatt_characteristic_chromeos.cc 94 bool BluetoothRemoteGattCharacteristicChromeOS::IsLocal() const {
bluetooth_remote_gatt_service_chromeos.cc 76 bool BluetoothRemoteGattServiceChromeOS::IsLocal() const {
  /external/chromium_org/sync/api/
sync_data.cc 150 bool SyncData::IsLocal() const { return id_ == kInvalidId; }
163 if (IsLocal()) {
165 return "{ isLocal: true, type: " + type + ", tag: " +
172 return "{ isLocal: false, type: " + type + ", specifics: " + specifics +
191 DCHECK(sync_data.IsLocal());
202 DCHECK(!sync_data.IsLocal());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 208 virtual WINBOOL WINAPI IsLocal(LPCWSTR wszMachine) = 0;
241 WINBOOL (WINAPI *IsLocal)(IWbemPath *This,LPCWSTR wszMachine);
276 #define IWbemPath_IsLocal(This,wszMachine) (This)->lpVtbl->IsLocal(This,wszMachine)
    [all...]

Completed in 231 milliseconds