OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
52
static void entryAndExitPointsForDirection(FocusDirection, const LayoutRect& startingRect, const LayoutRect& potentialRect, LayoutPoint& exitPoint, LayoutPoint&
entryPoint
);
538
// This method calculates the exitPoint from the startingRect and the
entryPoint
into the candidate rect.
540
void entryAndExitPointsForDirection(FocusDirection direction, const LayoutRect& startingRect, const LayoutRect& potentialRect, LayoutPoint& exitPoint, LayoutPoint&
entryPoint
)
545
entryPoint
.setX(potentialRect.maxX());
549
entryPoint
.setY(potentialRect.maxY());
553
entryPoint
.setX(potentialRect.x());
557
entryPoint
.setY(potentialRect.y());
568
entryPoint
.setY(potentialRect.maxY());
571
entryPoint
.setY(potentialRect.y());
574
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 30 milliseconds