Home | History | Annotate | Download | only in webkit

Lines Matching refs:WebKit

57  * SECTION:webkit
58 * @short_description: Global functions controlling WebKit
60 * WebKit manages many resources which are not related to specific
69 * Note that the session features are added by WebKit on demand,
71 * traffic occurs, WebKit will use it instead of the default.
87 * Specifies a usage model for WebViews, which WebKit will use to
94 * visited documents. WebKit and the frameworks below it include
97 * situations. The WebKit cache model controls the behaviors of all of
180 * all the plugins WebKit knows about in this instance.
213 WebKit::FrameNetworkingContextGtk* context = static_cast<WebKit::FrameNetworkingContextGtk*>(d->m_context.get());
266 gchar* databaseDirectory = g_build_filename(g_get_user_data_dir(), "webkit", "databases", NULL);
274 Pasteboard::generalPasteboard()->setHelper(WebKit::pasteboardHelperInstance());
275 GOwnPtr<gchar> iconDatabasePath(g_build_filename(g_get_user_data_dir(), "webkit", "icondatabase", NULL));
292 namespace WebKit {
300 } /** end namespace WebKit */