HomeSort by relevance Sort by last modified time
    Searched full:changecount (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTreePasteboard.m 42 NSInteger changeCount;
138 return ++changeCount;
141 - (NSInteger)changeCount
143 return changeCount;
171 ++changeCount;
  /external/webkit/WebCore/platform/mac/
ClipboardMac.mm 54 m_changeCount = [m_pasteboard.get() changeCount];
145 // note NSPasteboard enforces changeCount itself on writing - can't write if not the owner
157 // note NSPasteboard enforces changeCount itself on writing - can't write if not the owner
228 // Enforce changeCount ourselves for security. We check after reading instead of before to be
230 if (cocoaValue && m_changeCount == [m_pasteboard.get() changeCount]) {
242 // note NSPasteboard enforces changeCount itself on writing - can't write if not the owner
278 // Enforce changeCount ourselves for security. We check after reading instead of before to be
280 if (m_changeCount != [m_pasteboard.get() changeCount])
342 if (dragStarted() && m_changeCount == [m_pasteboard.get() changeCount]) {
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 127 private int changeCount = 0;
231 if (changeCount++ > MAX_CHANGES_BEFORE_PURGE) {
233 changeCount = 0;
236 else if ((changeCount % PARTIAL_PURGE_COUNT) == 0) {
272 if (changeCount++ > MAX_CHANGES_BEFORE_PURGE) {
274 changeCount = 0;
277 else if ((changeCount % PARTIAL_PURGE_COUNT) == 0) {
  /external/webkit/WebKit/mac/Misc/
WebNSPasteboardExtras.h 61 // Sets the text on the NSFindPboard. Returns the new changeCount for the NSFindPboard.
WebNSPasteboardExtras.mm 182 return [findPasteboard changeCount];
  /packages/apps/Phone/src/com/android/phone/
EmergencyDialer.java 121 public void onTextChanged(CharSequence input, int start, int before, int changeCount) {
  /packages/apps/Email/src/com/android/exchange/
EasSyncService.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java 167 public void onTextChanged(CharSequence input, int start, int before, int changeCount) {
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 455 milliseconds