OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clonable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.h
92
// The
clonable
flag is used in the structured clone algorithm to test
96
bool
clonable
() const { return m_clonable; }
function in class:blink::DOMFileSystemBase
/cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java
247
IClassDefinition
clonable
= ((IClassReference) sigClass.getInterfaces().iterator().next()).getClassDefinition();
local
248
assertEquals("java.lang.Cloneable",
clonable
.getQualifiedName());
249
assertEquals(Kind.INTERFACE,
clonable
.getKind());
[
all
...]
Completed in 283 milliseconds