• Home
  • Raw
  • Download

Lines Matching refs:gchar

65 extern G_CONST_RETURN gchar* webkit_web_history_item_get_target(WebKitWebHistoryItem*);
68 extern void webkit_web_settings_add_extra_plugin_directory(WebKitWebView* view, const gchar* direct…
69 extern gchar* webkit_web_frame_get_response_mime_type(WebKitWebFrame* frame);
129 static void appendString(gchar*& target, gchar* string) in appendString()
131 gchar* oldString = target; in appendString()
174 GOwnPtr<gchar> fontConfigFilename(g_build_filename(FONTS_CONF_DIR, "fonts.conf", NULL)); in initializeFonts()
241 GOwnPtr<gchar> ahemFontFilename(g_build_filename(FONTS_CONF_DIR, "AHEM____.TTF", NULL)); in initializeFonts()
246 GOwnPtr<gchar> fontFilename(g_strdup_printf("WebKitWeightWatcher%i00.ttf", i)); in initializeFonts()
247 …GOwnPtr<gchar> fontPath(g_build_filename(FONTS_CONF_DIR, "..", "..", "fonts", fontFilename.get(), … in initializeFonts()
253 …GOwnPtr<gchar> fontWithNoValidEncodingFilename(g_build_filename(FONTS_CONF_DIR, "FontWithNoValidEn… in initializeFonts()
264 static gchar* dumpFramesAsText(WebKitWebFrame* frame) in dumpFramesAsText()
266 gchar* result = 0; in dumpFramesAsText()
275 const gchar* frameName = webkit_web_frame_get_name(frame); in dumpFramesAsText()
308 const gchar* uri = webkit_web_history_item_get_uri(item); in dumpHistoryItem()
309 gchar* uriScheme = g_uri_parse_scheme(uri); in dumpHistoryItem()
311 gchar* pos = g_strstr_len(uri, -1, "/LayoutTests/"); in dumpHistoryItem()
325 const gchar* target = webkit_web_history_item_get_target(item); in dumpHistoryItem()
525 gchar* responseMimeType = webkit_web_frame_get_response_mime_type(mainFrame); in dump()
601gchar* databaseDirectory = g_build_filename(g_get_user_data_dir(), "gtkwebkitdrt", "databases", NU… in setDefaultsToConsistentStateValuesForTesting()
651 gchar* testURLCString = g_file_get_uri(testFile); in runTest()
788 static gboolean webViewLoadError(WebKitWebView*, WebKitWebFrame*, gchar*, gpointer, gpointer) in webViewLoadError() argument
844 …ean webViewConsoleMessage(WebKitWebView* view, const gchar* message, unsigned int line, const gcha… in webViewConsoleMessage()
846 gchar* testMessage = 0; in webViewConsoleMessage()
847 const gchar* uriScheme; in webViewConsoleMessage()
853 gchar* filename = g_strrstr(uriScheme, G_DIR_SEPARATOR_S); in webViewConsoleMessage()
870 static gboolean webViewScriptAlert(WebKitWebView* view, WebKitWebFrame* frame, const gchar* message… in webViewScriptAlert()
876 …ebKitWebView* webView, WebKitWebFrame* frame, const gchar* message, const gchar* defaultValue, gch… in webViewScriptPrompt()
883 static gboolean webViewScriptConfirm(WebKitWebView* view, WebKitWebFrame* frame, const gchar* messa… in webViewScriptConfirm()
890 static void webViewTitleChanged(WebKitWebView* view, WebKitWebFrame* frame, const gchar* title, gpo… in webViewTitleChanged()
906 gchar* typeDescription; in webViewNavigationPolicyDecisionRequested()
942 static void webViewStatusBarTextChanged(WebKitWebView* view, const gchar* message, gpointer data) in webViewStatusBarTextChanged()
1140 static void logHandler(const gchar* domain, GLogLevelFlags level, const gchar* message, gpointer da… in logHandler()