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

  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.h 75 void setToolbarsAreVisible(WebPageProxy*, bool);
WebUIClient.cpp 185 void WebUIClient::setToolbarsAreVisible(WebPageProxy* page, bool visible)
187 if (!m_client.setToolbarsAreVisible)
189 m_client.setToolbarsAreVisible(toAPI(page), visible, m_client.clientInfo);
WebPageProxy.h 557 void setToolbarsAreVisible(bool toolbarsAreVisible);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 204 WKPageSetToolbarsAreVisibleCallback setToolbarsAreVisible;

Completed in 1475 milliseconds