Searched
full:locked (Results
351 -
375 of
1761) sorted by null
<<11121314151617181920>>
/external/chromium_org/ash/wm/ |
lock_state_controller.h | 207 virtual void OnLockStateChanged(bool locked) OVERRIDE; 282 // The current login status, or original login status from before we locked. 303 // Started when we request that the screen be locked. When it fires, we 307 // Started when the screen is locked while the power button is held. Adds a
|
overlay_event_filter.h | 60 virtual void OnLockStateChanged(bool locked) OVERRIDE;
|
/external/chromium_org/ash/wm/overview/ |
window_selector_controller.cc | 28 // Don't allow a window overview if the screen is locked or a modal dialog is
|
/external/chromium_org/base/json/ |
json_file_value_serializer.cc | 15 const char* JSONFileValueSerializer::kFileLocked = "File locked.";
|
/external/chromium_org/base/memory/ |
discardable_memory_unittest.cc | 59 // Test delete a discardable memory while it is locked.
|
/external/chromium_org/chrome/browser/ |
chrome_process_singleton.h | 46 // process or have grabbed the singleton (unless the profile is locked by an
|
/external/chromium_org/chrome/browser/chromeos/login/ |
screen_locker_delegate.h | 37 // Inform the screen locker that the screen has been locked
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
sim_unlock.css | 59 #locked-puk-action-area {
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
sim_unlock_ui.cc | 122 // SIM_NOT_LOCKED_ASK_PIN - SIM card is not locked but we ask user 124 // SIM_NOT_LOCKED_CHANGE_PIN - SIM card is not locked, ask user for old PIN 246 // Checks whether SIM card is in PUK locked state and proceeds to PUK input. 481 // If SIM is locked/absent, change RequirePin UI is not accessible. 483 "Changing RequirePin pref on locked / uninitialized SIM."; 490 // If SIM is locked/absent, changing PIN UI is not accessible. 491 NOTREACHED() << "Changing PIN on locked / uninitialized SIM."; 779 // Still locked with PIN. 796 // Otherwise SIM card is still locked with PUK code.
|
/external/chromium_org/chrome/common/ |
logging_chrome.h | 63 // NOTE: This can fail if the file is locked for writing. However,
|
multi_process_lock_linux.cc | 35 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
|
/external/chromium_org/chrome/installer/linux/common/ |
rpmrepo.cron | 11 # is locked.
|
/external/chromium_org/chrome/test/functional/ |
fullscreen_mouselock.py | 304 self.assertEqual(lock_result, 'failure', msg='Mouse locked unexpectedly.') 328 msg='Mouse was not locked in browser fullscreen.') 346 lock_result, 'success', msg='Mouse is not locked.') 351 msg='Mouse is still locked after exiting fullscreen.') 380 msg='Mouse is still locked') 460 lock_result, 'success', msg='Mouse is not locked.') 470 lock_result, 'success', msg='Mouse is not locked.') 484 lock_result, 'success', msg='Mouse is not locked.') 571 """Verify the correct feel of mouse movement data when mouse is locked.
|
/external/chromium_org/content/browser/renderer_host/media/ |
web_contents_tracker.h | 12 // same thread. This can be any thread, and the decision is locked-in by
|
/external/chromium_org/content/renderer/ |
mouse_lock_dispatcher.h | 41 // destroyed. Unlocks if locked. The pointer will not be accessed.
|
/external/chromium_org/ppapi/examples/mouse_lock/ |
mouse_lock.html | 17 <body title="This tooltip should not be shown if the mouse is locked.">
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
DiscardablePixelRef.h | 42 // after this call is locked and will not be purged until next
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
WTFThreadData.h | 75 // this is initially called in a pthread_once locked context.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
filelock.h | 52 // lock object. Returns NULL if the file already was locked.
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_drm.c | 53 dri2_surf->current->locked = 1; 68 dri2_surf->color_buffers[i].locked = 0; 81 if (!dri2_surf->color_buffers[i].locked) 189 if (!dri2_surf->color_buffers[i].locked) {
|
/external/chromium_org/third_party/skia/src/lazy/ |
SkCachingPixelRef.cpp | 87 // locked.
|
/external/chromium_org/third_party/sqlite/src/test/ |
rdonly.test | 72 # the database is read-only until after it is locked.
|
shared.test | 46 # that is open but NOT yet locked, after a lock is taken we'll have 3, 74 # shared-4.*: Check that the schema is locked and unlocked correctly. 123 } {1 {database table is locked: abc}} 131 } {1 {database table is locked: sqlite_master}} 154 } {1 {database schema is locked: main}} 188 } {1 {database table is locked: abc}} 212 } {0 {IV V VI} 1 {database table is locked: def}} 225 } {0 {IV V VI VII VIII IX} 1 {database is locked}} 348 } {1 {database table is locked: abc}} 353 } {1 {database table is locked: sqlite_master} [all...] |
thread_common.tcl | 52 if {[string first locked [sqlite3_errmsg $::DB]]>=0} {
|
unixexcl.test | 52 } {1 {database is locked}}
|
Completed in 961 milliseconds
<<11121314151617181920>>