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

  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.h 145 bool inlineCode() const { return m_inlineCode; }
V8Proxy.cpp 368 // Set inlineCode to true for <a href="javascript:doSomething()">
403 // Save the previous value of the inlineCode flag and update the flag for
405 bool previousInlineCode = inlineCode();
436 // Restore inlineCode flag.

Completed in 58 milliseconds