Searched refs:Forget (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/
H A Dtyping.cc140 store_.Forget(); // Control may transfer here via 'break l'.
238 store_.Forget(); // Reached this in unknown state.
256 // TODO(rossberg): refine the unconditional Forget (here and elsewhere) by
259 store_.Forget(); // Control may transfer here via looping or 'continue'.
263 store_.Forget(); // Control may transfer here via 'break'.
273 store_.Forget(); // Control may transfer here via looping or 'continue'.
277 store_.Forget(); // Control may transfer here via termination or 'break'.
285 store_.Forget(); // Control may transfer here via looping.
295 store_.Forget(); // Control may transfer here via 'continue'.
298 store_.Forget(); // Contro
[all...]
H A Deffects.h43 static Effect Forget(Zone* zone) { function in struct:v8::internal::Effect
126 void Forget() { function in class:v8::internal::EffectsMixin
128 Effect::Forget(Base::zone()), Effects(Base::zone()) };
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.h62 MOCK_METHOD1(Forget, void(const BluetoothDevice::ErrorCallback&));
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_mac.h56 virtual void Forget(const ErrorCallback& error_callback) OVERRIDE;
H A Dbluetooth_device_win.h62 virtual void Forget(const ErrorCallback& error_callback) OVERRIDE;
H A Dbluetooth_device.h341 virtual void Forget(const ErrorCallback& error_callback) = 0;
H A Dbluetooth_device_chromeos.h64 virtual void Forget(const ErrorCallback& error_callback) OVERRIDE;
H A Dbluetooth_device_win.cc252 void BluetoothDeviceWin::Forget(const ErrorCallback& error_callback) { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc414 void BluetoothDeviceChromeOS::Forget(const ErrorCallback& error_callback) { function in class:chromeos::BluetoothDeviceChromeOS
H A Dbluetooth_chromeos_unittest.cc1585 devices[0]->Forget(
1632 device->Forget(
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc361 VLOG(1) << "Forget device: " << address;
362 device->Forget(base::Bind(&BluetoothOptionsHandler::ForgetError,
/external/clang/lib/Sema/
H A DTreeTransform.h262 /// \brief "Forget" about the partially-substituted pack template argument,
2981 ForgetPartiallySubstitutedPackRAII Forget(getDerived());
3524 ForgetPartiallySubstitutedPackRAII Forget(getDerived());
4342 ForgetPartiallySubstitutedPackRAII Forget(getDerived());
4432 ForgetPartiallySubstitutedPackRAII Forget(getDerived());
8361 ForgetPartiallySubstitutedPackRAII Forget(getDerived());

Completed in 1405 milliseconds