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

  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 134 Cursor currentCursor = mChildrenCursors.get(cookie);
136 if (currentCursor != null) {
137 if (Utils.compareCursors(currentCursor, cursor)) {
157 if (currentCursor != null) {
158 mActivity.stopManagingCursor(currentCursor);
159 currentCursor.close();
  /external/webkit/Source/WebKit/android/nav/
CachedFrame.h 93 const CachedNode* currentCursor() const { return currentCursor(NULL); }
94 const CachedNode* currentCursor(const CachedFrame** ) const;
WebView.cpp 326 cachedCursor = root->currentCursor(&cachedFrame);
477 const CachedNode* node = root->currentCursor(&frame);
686 const CachedNode* cursor = root->currentCursor();
701 const CachedNode* cachedNode = root->currentCursor(&cachedFrame);
770 m_frameCacheUI->currentCursor(&oldCursorFrame) : 0;
818 && newFocus != m_frameCacheUI->currentCursor()) {
829 if (oldCursorNode && (!m_frameCacheUI || !m_frameCacheUI->currentCursor()))
    [all...]
CachedRoot.cpp     [all...]
CachedFrame.cpp 324 const CachedNode* CachedFrame::currentCursor(const CachedFrame** framePtr) const
333 return frame->currentCursor(framePtr);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncAdapter.java     [all...]
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp 435 GdkCursor* currentCursor = gdk_window_get_cursor(window);
437 if (currentCursor != newCursor)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 665 GdkCursor* currentCursor = gdk_window_get_cursor(window);
667 if (currentCursor != newCursor)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 801 if ([NSCursor currentCursor] == platformCursor)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 756 milliseconds