Lines Matching refs:propertyName
152 JSRetainPtr<JSStringRef> LayoutTestController::pageProperty(const char* propertyName, int pageNumber) const
154 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithUTF8CString(DumpRenderTreeSupportGtk::pageProperty(mainFrame, propertyName, pageNumber).data()));
722 bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId)
724 gchar* name = JSStringCopyUTF8CString(propertyName);
768 const gchar* propertyName = 0;
770 propertyName = "enable-scripts";
772 propertyName = "default-font-size";
774 propertyName = "enable-caret-browsing";
776 propertyName = "enable-page-cache";
778 propertyName = "enable-plugins";
780 propertyName = "enable-hyperlink-auditing";
782 propertyName = "enable-webgl";
794 WEBKIT_WEB_SETTINGS_GET_CLASS(settings)), propertyName);
799 g_object_set(settings, propertyName, valueAsString.get(), NULL);
801 g_object_set(G_OBJECT(settings), propertyName, !g_ascii_strcasecmp(valueAsString.get(), "true")
804 g_object_set(G_OBJECT(settings), propertyName, atoi(valueAsString.get()), NULL);
807 g_object_set(G_OBJECT(settings), propertyName, newValue, NULL);