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 386 // Set inlineCode to true for <a href="javascript:doSomething()">
431 // Save the previous value of the inlineCode flag and update the flag for
433 bool previousInlineCode = inlineCode();
464 // Restore inlineCode flag.

Completed in 66 milliseconds