HomeSort by relevance Sort by last modified time
    Searched refs:clonable (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.h 91 // The clonable flag is used in the structured clone algorithm to test
95 bool clonable() const { return m_clonable; } function in class:WebCore::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...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp     [all...]

Completed in 92 milliseconds