HomeSort by relevance Sort by last modified time
    Searched defs:entryPoint (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
Threading.cpp 36 NewThreadContext(ThreadFunction entryPoint, void* data, const char* name)
37 : entryPoint(entryPoint)
43 ThreadFunction entryPoint;
63 ThreadFunction entryPoint = context->entryPoint;
67 return entryPoint(data);
70 ThreadIdentifier createThread(ThreadFunction entryPoint, void* data, const char* name)
79 NewThreadContext* context = new NewThreadContext(entryPoint, data, name);
92 ThreadIdentifier createThread(ThreadFunction entryPoint, void* data)
    [all...]
  /external/webkit/Source/WebCore/page/
SpatialNavigation.cpp 55 static void entryAndExitPointsForDirection(FocusDirection direction, const IntRect& startingRect, const IntRect& potentialRect, IntPoint& exitPoint, IntPoint& entryPoint);
543 // This method calculates the exitPoint from the startingRect and the entryPoint into the candidate rect.
545 void entryAndExitPointsForDirection(FocusDirection direction, const IntRect& startingRect, const IntRect& potentialRect, IntPoint& exitPoint, IntPoint& entryPoint)
550 entryPoint.setX(potentialRect.maxX());
554 entryPoint.setY(potentialRect.maxY());
558 entryPoint.setX(potentialRect.x());
562 entryPoint.setY(potentialRect.y());
573 entryPoint.setY(potentialRect.maxY());
576 entryPoint.setY(potentialRect.y());
579 entryPoint.setY(exitPoint.y())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 185 milliseconds