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

  /external/webkit/WebCore/bindings/v8/
ScriptController.cpp 193 } else if (activeProxy->inlineCode() && !activeProxy->timerCallback()) {
V8Proxy.h 159 bool inlineCode() const { return m_inlineCode; }
V8Proxy.cpp 391 // Set inlineCode to true for <a href="javascript:doSomething()">
439 // Save the previous value of the inlineCode flag and update the flag for
441 bool previousInlineCode = inlineCode();
467 // Restore inlineCode flag.

Completed in 202 milliseconds