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

  /external/chromium_org/third_party/WebKit/Source/wtf/
Threading.cpp 38 NewThreadContext(ThreadFunction entryPoint, void* data, const char* name)
39 : entryPoint(entryPoint)
45 ThreadFunction entryPoint;
65 ThreadFunction entryPoint = context->entryPoint;
69 entryPoint(data);
72 ThreadIdentifier createThread(ThreadFunction entryPoint, void* data, const char* name)
81 NewThreadContext* context = new NewThreadContext(entryPoint, data, name);
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 53 static void entryAndExitPointsForDirection(FocusDirection, const LayoutRect& startingRect, const LayoutRect& potentialRect, LayoutPoint& exitPoint, LayoutPoint& entryPoint);
539 // This method calculates the exitPoint from the startingRect and the entryPoint into the candidate rect.
541 void entryAndExitPointsForDirection(FocusDirection direction, const LayoutRect& startingRect, const LayoutRect& potentialRect, LayoutPoint& exitPoint, LayoutPoint& entryPoint)
546 entryPoint.setX(potentialRect.maxX());
550 entryPoint.setY(potentialRect.maxY());
554 entryPoint.setX(potentialRect.x());
558 entryPoint.setY(potentialRect.y());
569 entryPoint.setY(potentialRect.maxY());
572 entryPoint.setY(potentialRect.y());
575 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 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 47 milliseconds