Searched +defs:frame +defs:type (Results 1 - 25 of 141) sorted by relevance

123456

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DBarProp.cpp38 BarProp::BarProp(Frame* frame, Type type) argument
44 BarProp::Type BarProp::type() const function in class:WebCore::BarProp
H A DPerformanceNavigation.cpp42 PerformanceNavigation::PerformanceNavigation(Frame* frame) argument
47 unsigned short PerformanceNavigation::type() const function in class:WebCore::PerformanceNavigation
H A DBarProp.h45 static PassRefPtr<BarProp> create(Frame* frame, Type type) { return adoptRef(new BarProp(frame, type)); } argument
H A DConsole.cpp59 Console::Console(Frame* frame) argument
68 static void internalAddMessage(Page* page, MessageType type, MessageLevel level, ScriptState* state, PassRefPtr<ScriptArguments> prpArguments, bool acceptNoArguments = false, bool printTrace = false) argument
H A DDOMSelection.cpp47 static Node* selectionShadowAncestor(Frame* frame) argument
169 String DOMSelection::type() const function in class:WebCore::DOMSelection
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleMedia.cpp38 StyleMedia::StyleMedia(Frame* frame) argument
43 String StyleMedia::type() const function in class:WebCore::StyleMedia
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebFormSubmissionListenerProxy.h39 static PassRefPtr<WebFormSubmissionListenerProxy> create(WebFrameProxy* frame, uint64_t listenerID) argument
49 virtual Type type() const { return APIType; } function in class:WebKit::WebFormSubmissionListenerProxy
H A DWebFramePolicyListenerProxy.h37 static PassRefPtr<WebFramePolicyListenerProxy> create(WebFrameProxy* frame, uint64_t listenerID) argument
49 virtual Type type() const { return APIType; } function in class:WebKit::WebFramePolicyListenerProxy
H A DWebPolicyClient.cpp37 bool WebPolicyClient::decidePolicyForNavigationAction(WebPageProxy* page, WebFrameProxy* frame, NavigationType type, WebEvent::Modifiers modifiers, WebMouseEvent::Button mouseButton, const ResourceRequest& resourceRequest, WebFramePolicyListenerProxy* listener, APIObject* userData) argument
48 bool WebPolicyClient::decidePolicyForNewWindowAction(WebPageProxy* page, WebFrameProxy* frame, NavigationType type, WebEvent::Modifiers modifiers, WebMouseEvent::Button mouseButton, const ResourceRequest& resourceRequest, const String& frameName, WebFramePolicyListenerProxy* listener, APIObject* userData) argument
59 bool WebPolicyClient::decidePolicyForResponse(WebPageProxy* page, WebFrameProxy* frame, const ResourceResponse& resourceResponse, const ResourceRequest& resourceRequest, WebFramePolicyListenerProxy* listener, APIObject* userData) argument
71 unableToImplementPolicy(WebPageProxy* page, WebFrameProxy* frame, const ResourceError& error, APIObject* userData) argument
[all...]
H A DWebContextUserMessageCoders.h55 APIObject::Type type = APIObject::TypeNull; local
66 WebFrameProxy* frame = static_cast<WebFrameProxy*>(m_root); local
112 APIObject::Type type = APIObject::TypeNull; local
H A DWebLoaderClient.cpp41 void WebLoaderClient::didStartProvisionalLoadForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) argument
49 void WebLoaderClient::didReceiveServerRedirectForProvisionalLoadForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) argument
57 void WebLoaderClient::didFailProvisionalLoadWithErrorForFrame(WebPageProxy* page, WebFrameProxy* frame, const ResourceError& error, APIObject* userData) argument
65 void WebLoaderClient::didCommitLoadForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) argument
73 void WebLoaderClient::didFinishDocumentLoadForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) argument
81 didFinishLoadForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) argument
89 didFailLoadWithErrorForFrame(WebPageProxy* page, WebFrameProxy* frame, const ResourceError& error, APIObject* userData) argument
97 didSameDocumentNavigationForFrame(WebPageProxy* page, WebFrameProxy* frame, SameDocumentNavigationType type, APIObject* userData) argument
105 didReceiveTitleForFrame(WebPageProxy* page, const String& title, WebFrameProxy* frame, APIObject* userData) argument
113 didFirstLayoutForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) argument
121 didFirstVisuallyNonEmptyLayoutForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) argument
145 didRemoveFrameFromHierarchy(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) argument
153 didDisplayInsecureContentForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) argument
161 didRunInsecureContentForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) argument
169 didDetectXSSForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) argument
177 canAuthenticateAgainstProtectionSpaceInFrame(WebPageProxy* page, WebFrameProxy* frame, WebProtectionSpace* protectionSpace) argument
185 didReceiveAuthenticationChallengeInFrame(WebPageProxy* page, WebFrameProxy* frame, AuthenticationChallengeProxy* authenticationChallenge) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DDOMMimeType.cpp33 DOMMimeType::DOMMimeType(PassRefPtr<PluginData> pluginData, Frame* frame, unsigned index) argument
44 const String &DOMMimeType::type() const function in class:WebCore::DOMMimeType
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundleUserMessageCoders.h58 APIObject::Type type = APIObject::TypeNull; local
69 WebFrame* frame = static_cast<WebFrame*>(m_root); local
113 APIObject::Type type = APIObject::TypeNull; local
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DDocumentWriter.h57 void setFrame(Frame* frame) { m_frame = frame; } argument
62 void setMIMEType(const String& type) { m_mimeType = type; } argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtWebPagePolicyClient.cpp124 void QtWebPagePolicyClient::decidePolicyForNavigationAction(WKPageRef, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKFramePolicyListenerRef listener, WKTypeRef, const void* clientInfo) argument
132 void QtWebPagePolicyClient::decidePolicyForResponse(WKPageRef page, WKFrameRef frame, WKURLResponseRef response, WKURLRequestRef, WKFramePolicyListenerRef listener, WKTypeRef, const void*) argument
134 String type = toImpl(response)->resourceResponse().mimeType(); local
[all...]
H A DQtWebPageUIClient.cpp75 void QtWebPageUIClient::runOpenPanel(WKOpenPanelResultListenerRef listenerRef, const QStringList& selectedFileNames, FileChooserType type) argument
158 void QtWebPageUIClient::policyForGeolocationPermissionRequest(WKPageRef page, WKFrameRef frame, WKSecurityOriginRef origin, WKGeolocationPermissionRequestRef request, const void* clientInfo) argument
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Ddevices.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DConsoleMessage.cpp52 ConsoleMessage::ConsoleMessage(bool canGenerateCallStack, MessageSource source, MessageType type, MessageLevel level, const String& message, unsigned long requestIdentifier) argument
66 ConsoleMessage::ConsoleMessage(bool canGenerateCallStack, MessageSource source, MessageType type, MessageLevel level, const String& message, const String& url, unsigned line, unsigned column, ScriptState* state, unsigned long requestIdentifier) argument
80 ConsoleMessage::ConsoleMessage(bool, MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack, unsigned long requestIdentifier) argument
92 const ScriptCallFrame& frame = callStack->at(0); local
100 ConsoleMessage(bool canGenerateCallStack, MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<ScriptArguments> arguments, ScriptState* state, unsigned long requestIdentifier) argument
132 const ScriptCallFrame& frame = m_callStack->at(0); local
160 messageTypeValue(MessageType type) argument
[all...]
H A DInspectorConsoleInstrumentation.h42 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtr<ScriptCallStack> callStack, unsigned long requestIdentifier) argument
58 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, MessageType type, MessageLevel level, const String& message, ScriptState* state, PassRefPtr<ScriptArguments> arguments, unsigned long requestIdentifier) argument
75 inline void InspectorInstrumentation::addMessageToConsole(Page* page, MessageSource source, MessageType type, MessageLevel level, const String& message, const String& scriptId, unsigned lineNumber, unsigned columnNumber, ScriptState* state, unsigned long requestIdentifier) argument
94 inline void InspectorInstrumentation::addMessageToConsole(WorkerContext* workerContext, MessageSource source, MessageType type, MessageLeve argument
110 addMessageToConsole(WorkerContext* workerContext, MessageSource source, MessageType type, MessageLevel level, const String& message, const String& scriptId, unsigned lineNumber, unsigned columnNumber, ScriptState* state, unsigned long requestIdentifier) argument
142 startConsoleTiming(Frame* frame, const String& title) argument
153 stopConsoleTiming(Frame* frame, const String& title, PassRefPtr<ScriptCallStack> stack) argument
165 consoleTimeStamp(Frame* frame, PassRefPtr<ScriptArguments> arguments) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPasteboardBlackBerry.cpp64 void Pasteboard::writeSelection(Range* selectedRange, bool, Frame* frame, ShouldSerializeSelectedTextForClipboard shouldSerializeSelectedTextForClipboard) argument
95 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
136 void Pasteboard::clear(const String& type) argument
141 String Pasteboard::readString(const String& type) argument
146 writeString(const String& type, const String& text) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestmimehandling.c90 static gboolean mime_type_policy_decision_requested_cb(WebKitWebView* view, WebKitWebFrame* frame, argument
94 char* type = (char*)data; local
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDefaultPolicyDelegate.cpp146 decidePolicyForMIMEType( IWebView* webView, BSTR type, IWebURLRequest* request, IWebFrame* , IWebPolicyDecisionListener* listener) argument
179 unableToImplementPolicyWithError( IWebView* , IWebError* error, IWebFrame* frame) argument
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDOMImplementation.cpp388 PassRefPtr<Document> DOMImplementation::createDocument(const String& type, Frame* frame, const KURL& url, bool inViewSourceMode) argument
[all...]
H A DMouseEvent.cpp51 PassRefPtr<MouseEvent> MouseEvent::create(const AtomicString& type, const MouseEventInit& initializer) argument
73 PassRefPtr<MouseEvent> MouseEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, argument
90 PassRefPtr<MouseEvent> MouseEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, argument
152 void MouseEvent::initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, argument
238 Frame* frame = iframe->document()->frame(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLVideoElement.cpp215 Frame* frame = document()->frame(); local
247 bool HTMLVideoElement::copyVideoTextureToPlatformTexture(GraphicsContext3D* context, Platform3DObject texture, GC3Dint level, GC3Denum type, GC3Denum internalFormat, bool premultiplyAlpha, bool flipY) argument

Completed in 287 milliseconds

123456