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

  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.h 69 WebProcess* m_process; member in class:WebKit::WebGeolocationManager
  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.h 82 WebProcess* m_process; member in class:WebKit::WebIconDatabaseProxy
  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationChallengeProxy.h 72 RefPtr<WebProcessProxy> m_process; member in class:WebKit::AuthenticationChallengeProxy
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.h 77 WebProcessProxy* process() const { return m_process.get(); }
219 RefPtr<WebProcessProxy> m_process; member in class:WebKit::WebContext
276 if (!m_process || !m_process->canSendMessage())
279 return m_process->send(message, 0);
286 return m_process->send(message, 0);
WebPageProxy.h 717 RefPtr<WebProcessProxy> m_process; member in class:WebKit::WebPageProxy
    [all...]

Completed in 259 milliseconds