/external/webkit/Source/WebCore/bindings/scripts/test/GObject/ |
WebKitDOMTestObj.h | 71 webkit_dom_test_obj_method_that_requires_all_args_and_throws(WebKitDOMTestObj* self, const gchar* str_arg, WebKitDOMTestObj* obj_arg, GError **error); 83 webkit_dom_test_obj_method_with_exception(WebKitDOMTestObj* self, GError **error); 107 webkit_dom_test_obj_with_script_state_void_exception(WebKitDOMTestObj* self, GError **error); 110 webkit_dom_test_obj_with_script_state_obj_exception(WebKitDOMTestObj* self, GError **error); 260 webkit_dom_test_obj_get_attr_with_getter_exception(WebKitDOMTestObj* self, GError **error); 263 webkit_dom_test_obj_set_attr_with_getter_exception(WebKitDOMTestObj* self, glong value, GError **error); 269 webkit_dom_test_obj_set_attr_with_setter_exception(WebKitDOMTestObj* self, glong value, GError **error); 272 webkit_dom_test_obj_get_string_attr_with_getter_exception(WebKitDOMTestObj* self, GError **error); 275 webkit_dom_test_obj_set_string_attr_with_getter_exception(WebKitDOMTestObj* self, const gchar* value, GError **error); 281 webkit_dom_test_obj_set_string_attr_with_setter_exception(WebKitDOMTestObj* self, const gchar* value, GError **error) [all...] |
/external/webkit/Source/JavaScriptCore/wtf/gobject/ |
GOwnPtr.cpp | 29 template <> void freeOwnedGPtr<GError>(GError* ptr)
|
GOwnPtr.h | 36 template<> void freeOwnedGPtr<GError>(GError*);
|
GTypedefs.h | 50 typedef struct _GError GError;
|
/external/webkit/Source/WebCore/bindings/gobject/ |
WebKitDOMEventTarget.h | 42 GError **error); 60 GError **error);
|
WebKitDOMEventTarget.cpp | 67 void webkit_dom_event_target_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error)
|
/external/webkit/Source/WebCore/platform/network/soup/ |
SocketStreamHandleSoup.cpp | 102 void SocketStreamHandle::connected(GSocketConnection* socketConnection, GError* error) 125 void SocketStreamHandle::readBytes(signed long bytesRead, GError* error) 163 GOwnPtr<GError> error; 185 GOwnPtr<GError> error; 241 GOwnPtr<GError> error; 257 GOwnPtr<GError> error;
|
SocketStreamHandle.h | 51 void connected(GSocketConnection*, GError*); 52 void readBytes(signed long, GError*);
|
/external/chromium/chrome/browser/printing/ |
print_dialog_gtk.h | 71 GError* error); 72 void OnJobCompleted(GtkPrintJob* print_job, GError* error);
|
print_dialog_gtk.cc | 362 GError* error) { 366 void PrintDialogGtk::OnJobCompleted(GtkPrintJob* print_job, GError* error) {
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/ |
UnicodeGLib.cpp | 36 GOwnPtr<GError> gerror; local 39 utf8char.set(g_ucs4_to_utf8(reinterpret_cast<gunichar*>(&ch), 1, 0, 0, &gerror.outPtr())); 40 if (gerror)
|
/external/webkit/Source/WebCore/platform/gtk/ |
SharedBufferGtk.cpp | 38 GError* error = 0;
|
GeolocationServiceGtk.h | 54 static void getPositionCallback(GeocluePosition*, GeocluePositionFields, int, double, double, double, GeoclueAccuracy*, GError*, GeolocationServiceGtk*);
|
GeolocationServiceGtk.cpp | 84 GOwnPtr<GError> error; 180 GError* error,
|
/external/webkit/Source/WebKit/gtk/tests/ |
testmimehandling.c | 53 GError* error = NULL; 62 GError* error = NULL; 71 GError* error = NULL; 82 GError* error = NULL;
|
testloading.c | 198 static gboolean load_error_cb(WebKitWebView* webView, WebKitWebFrame* frame, const char* uri, GError *error, WebLoadingFixture* fixture) 231 static gboolean load_cancelled_cb(WebKitWebView* webView, WebKitWebFrame* frame, const char* uri, GError *error, WebLoadingFixture* fixture) 350 static void load_error_test(WebKitWebView* webview, WebKitWebFrame* frame, const char* uri, GError* error)
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
EditingCallbacks.cpp | 62 GOwnPtr<GError> error1; 63 GOwnPtr<GError> error2; 64 GOwnPtr<GError> error3; 65 GOwnPtr<GError> error4;
|
ImageDiff.cpp | 49 GError* error = 0; 154 GError* error = 0; 183 GError* error = 0;
|
/external/chromium/chrome/browser/ui/gtk/ |
gconf_titlebar_listener.cc | 62 GError* error = NULL; 104 bool GConfTitlebarListener::HandleGError(GError* error, const char* key) {
|
gconf_titlebar_listener.h | 52 bool HandleGError(GError* error, const char* key);
|
/external/harfbuzz_ng/util/ |
options.hh | 73 virtual void pre_parse (GError **error G_GNUC_UNUSED) {}; 74 virtual void post_parse (GError **error G_GNUC_UNUSED) {}; 290 void post_parse (GError **error G_GNUC_UNUSED) { 332 void post_parse (GError **error G_GNUC_UNUSED)
|
options.cc | 72 GError **error G_GNUC_UNUSED) 103 GError **error) 114 GError **error) 140 GError *parse_error = NULL; 156 GError **error G_GNUC_UNUSED) 178 GError **error G_GNUC_UNUSED) 190 GError **error G_GNUC_UNUSED) 203 GError **error G_GNUC_UNUSED) 432 GError *error = NULL; 451 GError *error = NULL [all...] |
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
ImageBufferGtk.cpp | 54 GError* error = 0;
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebframe.h | 152 GError **error);
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/gtk/ |
ProcessLauncherGtk.cpp | 77 GOwnPtr<GError> error;
|