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

  /external/webkit/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 330 String shouldAttach = [_inspectedWebView page]->inspectorController()->setting(inspectorStartsAttachedName);
331 _shouldAttach = shouldAttach != "false";
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 353 String shouldAttach = m_inspectedWebView->page()->inspectorController()->setting(inspectorStartsAttachedName);
354 m_shouldAttachWhenShown = shouldAttach != "false";

Completed in 62 milliseconds