Searched refs:defaultValue (Results 151 - 175 of 211) sorted by relevance

123456789

/macosx-10.9.5/WebKit-7537.78.2/wince/
H A DWebView.cpp195 bool WebView::runJavaScriptPrompt(const String& message, const String& defaultValue, String& result) argument
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dvalid.h249 const xmlChar *defaultValue,
H A Dparser.h438 * @defaultValue: the attribute default value
448 const xmlChar *defaultValue,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dvalid.h249 const xmlChar *defaultValue,
H A Dparser.h435 * @defaultValue: the attribute default value
445 const xmlChar *defaultValue,
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkTheme.h242 const char *defaultValue; /* Default value to used if resource missing */ member in struct:Ttk_ElementOptionSpec
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSCallbackObjectFunctions.h192 JSValue JSCallbackObject<Parent>::defaultValue(const JSObject* object, ExecState* exec, PreferredPrimitiveType hint) function in class:JSC::JSCallbackObject
212 return Parent::defaultValue(object, exec, hint);
/macosx-10.9.5/WebCore-7537.78.1/bridge/objc/
H A Dobjc_instance.mm469 JSValue ObjcInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.idl82 [TreatNullAs=NullString, TreatUndefinedAs=NullString,Default=Undefined] optional DOMString defaultValue);
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGRenderTreeAsText.cpp129 static void writeIfNotDefault(TextStream& ts, const char* name, ValueType value, ValueType defaultValue) argument
131 if (value != defaultValue)
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp383 bool ChromeClient::runJavaScriptPrompt(Frame* frame, const String& message, const String& defaultValue, String& result) argument
387 g_signal_emit_by_name(m_webView, "script-prompt", kit(frame), message.utf8().data(), defaultValue.utf8().data(), &value, &retval);
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DProxyInstance.mm280 JSValue ProxyInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebChromeClient.cpp407 bool WebChromeClient::runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result) argument
416 if (FAILED(ui->runJavaScriptTextInputPanelWithPrompt(m_webView, BString(message), BString(defaultValue), &resultBSTR)))
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_view.cpp479 static const char* checkPrompt(Ewk_View_Smart_Data*, const char* message, const char* defaultValue) argument
483 EXPECT_STREQ(defaultValue, promptCallbackData.expectedDefaultValue);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslContext.c155 const bool defaultValue = false; local
168 kAllowServerIdentityChangeDefaultValue = defaultValue;
176 kAllowServerIdentityChangeDefaultValue = defaultValue;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslContext.c155 const bool defaultValue = false; local
168 kAllowServerIdentityChangeDefaultValue = defaultValue;
176 kAllowServerIdentityChangeDefaultValue = defaultValue;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslContext.c155 const bool defaultValue = false; local
168 kAllowServerIdentityChangeDefaultValue = defaultValue;
176 kAllowServerIdentityChangeDefaultValue = defaultValue;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.cpp491 CFTypeRef defaultValue = CFDictionaryGetValue(defaultSettings, keys[i]); local
492 if (defaultValue && CFEqual(defaultValue, values[i]))
H A DDOMHTMLClasses.cpp964 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::defaultValue( function in class:DOMHTMLInputElement
1413 HRESULT STDMETHODCALLTYPE DOMHTMLTextAreaElement::defaultValue( function in class:DOMHTMLTextAreaElement
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqquickwebview.cpp709 QString QQuickWebViewPrivate::runJavaScriptPrompt(const QString& message, const QString& defaultValue, bool& ok) argument
713 if (!dialogRunner.initForPrompt(message, defaultValue)) {
715 return defaultValue;
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage.cpp296 bool QWebPagePrivate::javaScriptPrompt(QWebFrameAdapter *frame, const QString &msg, const QString &defaultValue, QString *result) argument
298 return q->javaScriptPrompt(QWebFramePrivate::kit(frame), msg, defaultValue, result);
1529 The program may provide an optional message, \a msg, as well as a default value for the input in \a defaultValue.
1537 bool QWebPage::javaScriptPrompt(QWebFrame *frame, const QString& msg, const QString& defaultValue, QString* result) argument
1559 dlg.setTextValue(defaultValue);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h248 typedef void (*WKBundlePageWillRunJavaScriptPromptCallback)(WKBundlePageRef page, WKStringRef message, WKStringRef defaultValue, WKBundleFrameRef frame, const void *clientInfo);
/macosx-10.9.5/libxml2-26/libxml2/python/
H A Dlibxml.py236 def attributeDecl(self, elem, name, type, defi, defaultValue, nameList):
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml.py208 def attributeDecl(self, elem, name, type, defi, defaultValue, nameList):
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A DEwkView.cpp949 WKEinaSharedString EwkView::requestJSPromptPopup(const WKEinaSharedString& message, const WKEinaSharedString& defaultValue) argument
957 return WKEinaSharedString::adopt(sd->api->run_javascript_prompt(sd, message, defaultValue));

Completed in 524 milliseconds

123456789