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

  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 357 int* best, bool* inside, const CachedNode** directHit,
394 if (*directHit == NULL) {
395 *directHit = test;
401 const CachedNode* d = *directHit;
405 *directHit = test;
410 if (NULL != *directHit) {
448 directHit, directHitFramePtr, framePtr, x, y, checkForHiddenStart);
452 if (NULL != *directHit) {
453 result = *directHit;
    [all...]
CachedRoot.cpp 784 const CachedNode* directHit = NULL;
785 const CachedNode* node = findBestAt(rect, &best, &inside, &directHit,
    [all...]

Completed in 142 milliseconds