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

  /external/webkit/Source/WebCore/bindings/js/
DOMWrapperWorld.h 54 static PassRefPtr<DOMWrapperWorld> create(JSC::JSGlobalData* globalData, bool isNormal = false)
56 return adoptRef(new DOMWrapperWorld(globalData, isNormal));
70 bool isNormal() const { return m_isNormal; }
76 DOMWrapperWorld(JSC::JSGlobalData*, bool isNormal);
JSNodeCustom.h 52 if (!world->isNormal())
59 if (!world->isNormal())
68 if (!world->isNormal())
DOMWrapperWorld.cpp 39 DOMWrapperWorld::DOMWrapperWorld(JSC::JSGlobalData* globalData, bool isNormal)
41 , m_isNormal(isNormal)
  /frameworks/compile/slang/
slang_rs_spec_table.cpp 163 bool IsNormal,
168 mIsNormal(IsNormal),
176 inline bool isNormal() const { return mIsNormal; }
323 ((DataElements[i]->isNormal()) ? "true" : "false"),
407 /* IsNormal = */true, /* VectorSize = */1),

Completed in 1321 milliseconds