HomeSort by relevance Sort by last modified time
    Searched defs:m_features (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/svg/
SVGTests.h 51 mutable RefPtr<SVGStringList> m_features; member in class:WebCore::SVGTests
  /external/webkit/JavaScriptCore/parser/
Parser.h 64 CodeFeatures m_features; member in class:JSC::Parser
84 m_features,
NodeInfo.h 30 CodeFeatures m_features; member in struct:JSC::NodeInfo
48 CodeFeatures m_features; member in struct:JSC::NodeDeclarationInfo
Nodes.h 1430 CodeFeatures m_features; member in class:JSC::ScopeNode
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Executable.h 110 , m_features(0)
123 , m_features(0)
139 bool usesEval() const { return m_features & EvalFeature; }
140 bool usesArguments() const { return m_features & ArgumentsFeature; }
141 bool needsActivation() const { return m_features & (EvalFeature | ClosureFeature | WithFeature | CatchFeature); }
148 m_features = features;
154 CodeFeatures m_features; member in class:JSC::ScriptExecutable
  /external/webkit/WebKit/wx/
WebView.h 343 wxWebKitWindowFeatures GetWindowFeatures() { return m_features; }
344 void SetWindowFeatures(wxWebKitWindowFeatures features) { m_features = features; }
351 wxWebKitWindowFeatures m_features; member in class:wxWebViewNewWindowEvent

Completed in 47 milliseconds