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

  /external/webkit/Source/WebCore/bindings/v8/
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.
V8Proxy.h 145 bool inlineCode() const { return m_inlineCode; }
  /external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp 126 // inlineCode is true for <a href="javascript:doSomething()">

Completed in 54 milliseconds