OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextCandidate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp
213
Position
nextCandidate
(const Position& position)
[
all
...]
/libcore/luni/src/main/java/java/net/
URLClassLoader.java
823
URL
nextCandidate
= searchList.remove(0);
824
if (
nextCandidate
== null) {
825
throw new NullPointerException("
nextCandidate
== null");
827
if (!handlerMap.containsKey(
nextCandidate
)) {
829
String protocol =
nextCandidate
.getProtocol();
831
result = createURLJarHandler(
nextCandidate
);
833
result = createURLFileHandler(
nextCandidate
);
835
result = createURLHandler(
nextCandidate
);
838
handlerMap.put(
nextCandidate
, result);
[
all
...]
/external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp
[
all
...]
/external/skia/src/pathops/
SkOpSegment.cpp
[
all
...]
Completed in 57 milliseconds