Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:fileContent

1216     gchar* fileContent = 0;
1224 gboolean loaded = g_file_load_contents(errorFile, 0, &fileContent, 0, 0, 0);
1228 content = String::format(fileContent, error.failingURL().utf8().data(), webError->message);
1233 g_free(fileContent);