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

  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsAdapter.java 138 Cursor currentCursor = mChildrenCursors.get(cookie);
140 if (currentCursor != null) {
141 if (Utils.compareCursors(currentCursor, cursor)) {
161 if (currentCursor != null) {
162 mActivity.stopManagingCursor(currentCursor);
163 currentCursor.close();
  /external/webkit/WebKit/android/nav/
CachedFrame.h 87 const CachedNode* currentCursor() const { return currentCursor(NULL); }
88 const CachedNode* currentCursor(const CachedFrame** ) const;
WebView.cpp 262 cachedCursor = root->currentCursor(&cachedFrame);
360 const CachedNode* node = root->currentCursor(&frame);
454 const CachedNode* cursor = root->currentCursor();
469 const CachedNode* cachedNode = root->currentCursor(&cachedFrame);
538 m_frameCacheUI->currentCursor(&oldCursorFrame) : 0;
586 && newFocus != m_frameCacheUI->currentCursor()) {
595 if (oldCursorNode && (!m_frameCacheUI || !m_frameCacheUI->currentCursor()))
671 const CachedNode* focus = root->currentCursor();
691 const CachedNode* cursor = root->currentCursor(&oldFrame);
    [all...]
CachedRoot.cpp     [all...]
CachedFrame.cpp 308 const CachedNode* CachedFrame::currentCursor(const CachedFrame** framePtr) const
317 return frame->currentCursor(framePtr);
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
EmailSyncAdapter.java 752 Cursor currentCursor = cr.query(ContentUris.withAppendedId(Message.CONTENT_URI, id),
756 if (!currentCursor.moveToFirst()) {
760 String serverId = currentCursor.getString(UPDATES_SERVER_ID_COLUMN);
765 if (currentCursor.getLong(UPDATES_MAILBOX_KEY_COLUMN) == trashMailboxId) {
782 flag = currentCursor.getInt(UPDATES_FLAG_COLUMN);
    [all...]
  /external/webkit/WebCore/platform/mac/
WidgetMac.mm 115 if ([NSCursor currentCursor] == cursor.impl())
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 100 milliseconds