HomeSort by relevance Sort by last modified time
    Searched refs:force_ (Results 1 - 6 of 6) sorted by null

  /external/kernel-headers/original/linux/
i2c.h 512 I2C_CLIENT_MODULE_PARM(force_##name, \
547 static unsigned short *forces[] = { force, force_##chip1, NULL }; \
556 static unsigned short *forces[] = { force, force_##chip1, \
557 force_##chip2, NULL }; \
567 static unsigned short *forces[] = { force, force_##chip1, \
568 force_##chip2, force_##chip3, \
580 static unsigned short *forces[] = { force, force_##chip1, \
581 force_##chip2, force_##chip3,
    [all...]
  /external/chromium_org/net/disk_cache/
cache_creator.cc 44 bool force_; member in class:__anon11027::CacheCreator
66 force_(force),
124 if (result == net::OK || !force_ || retry_)
  /external/chromium_org/ui/base/events/
event.h 461 force_(model.force_) {
485 float force() const { return force_; }
510 void set_force(float force) { force_ = force; }
527 float force_; member in class:ui::TouchEvent
event.cc 458 force_(GetTouchForce(native_event)) {
471 force_(0.0f) {
489 force_(force) {
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 343 force_(!(GetWindowLong(hwnd_, GWL_STYLE) & WS_CAPTION)) {
345 owner_->LockUpdates(force_);
350 owner_->UnlockUpdates(force_);
366 bool force_; member in class:views::HWNDMessageHandler::ScopedRedrawLock
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 194 : path_(path), force_(force), retry_(false), max_bytes_(max_bytes),
212 bool force_; member in class:__anon5432::CacheCreator
238 if (result == net::OK || !force_ || retry_)
    [all...]

Completed in 1126 milliseconds