/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
util.js | 38 this.kick(); 111 MouseInactivityWatcher.prototype.kick = function(opt_timeout) { 144 this.kick(); 156 this.kick(); 168 this.kick();
|
/external/chromium_org/tools/emacs/ |
flymake-chromium.el | 75 (defun cr-flymake-kick-off-check-after-save () 76 "Kick off a syntax check after file save, if flymake-mode is on." 116 (add-hook 'after-save-hook 'cr-flymake-kick-off-check-after-save)
|
/system/core/adb/ |
usb_linux_client.c | 47 void (*kick)(usb_handle *h); member in struct:usb_handle 238 h->kick = usb_adb_kick; 420 D("[ kick: source (fd=%d) clear halt failed (%d) ]", h->bulk_in, errno); 424 D("[ kick: sink (fd=%d) clear halt failed (%d) ]", h->bulk_out, errno); 448 h->kick = usb_ffs_kick; 491 h->kick(h);
|
adb.h | 176 void (*kick)(atransport *t); member in struct:atransport
|
/bootable/recovery/minadbd/ |
adb.h | 171 void (*kick)(atransport *t); member in struct:atransport
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/ |
irclib.py | 693 def kick(self, channel, nick, comment=""): member in class:ServerConnection 694 """Send a KICK command.""" 695 self.send_raw("KICK %s %s%s" % (channel, nick, (comment and (" :" + comment)))) [all...] |
/packages/apps/Email/src/com/android/email/service/ |
AttachmentDownloadService.java | 314 kick(); method 616 kick(); method 683 kick(); method 701 kick(); method 722 private void kick() { method in class:AttachmentDownloadService 1015 kick(); method [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebFrameTest.cpp | 4185 void kick() function in class:__anon10957::StubbornSpellCheckClient 4201 void kick(int misspellingStartOffset, int misspellingLength, WebTextDecorationType type) function in class:__anon10957::StubbornSpellCheckClient [all...] |