HomeSort by relevance Sort by last modified time
    Searched refs:WebPage (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingArea.h 46 class WebPage;
53 static PassOwnPtr<DrawingArea> create(WebPage*, const WebPageCreationParameters&);
80 DrawingArea(DrawingAreaType, WebPage*);
83 WebPage* m_webPage;
WebFrame.h 51 class WebPage;
57 static PassRefPtr<WebFrame> createMainFrame(WebPage*);
58 static PassRefPtr<WebFrame> createSubframe(WebPage*, const String& frameName, WebCore::HTMLFrameOwnerElement*);
64 WebPage* page() const;
137 void init(WebPage*, const String& frameName, WebCore::HTMLFrameOwnerElement*);
DrawingAreaImpl.h 40 static PassOwnPtr<DrawingAreaImpl> create(WebPage*, const WebPageCreationParameters&);
47 DrawingAreaImpl(WebPage*, const WebPageCreationParameters&);
WebInspector.cpp 32 #include "WebPage.h"
42 PassRefPtr<WebInspector> WebInspector::create(WebPage* page)
47 WebInspector::WebInspector(WebPage* page)
54 WebPage* WebInspector::createInspectorPage()
72 m_inspectorPage = WebProcess::shared().webPage(inspectorPageID);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageUIClient.cpp 39 void InjectedBundlePageUIClient::willAddMessageToConsole(WebPage* page, const String& message, int32_t lineNumber)
45 void InjectedBundlePageUIClient::willSetStatusbarText(WebPage* page, const String& statusbarText)
51 void InjectedBundlePageUIClient::willRunJavaScriptAlert(WebPage* page, const String& alertText, WebFrame* frame)
57 void InjectedBundlePageUIClient::willRunJavaScriptConfirm(WebPage* page, const String& message, WebFrame* frame)
63 void InjectedBundlePageUIClient::willRunJavaScriptPrompt(WebPage* page, const String& message, const String& defaultValue, WebFrame* frame)
69 void InjectedBundlePageUIClient::mouseDidMoveOverElement(WebPage* page, const HitTestResult& coreHitTestResult, WebEvent::Modifiers modifiers, RefPtr<APIObject>& userData)
81 void InjectedBundlePageUIClient::pageDidScroll(WebPage* page)
94 void InjectedBundlePageUIClient::paintCustomOverhangArea(WebPage* page, GraphicsContext* graphicsContext, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect)
102 String InjectedBundlePageUIClient::shouldGenerateFileForUpload(WebPage* page, const String& originalFilePath)
110 String InjectedBundlePageUIClient::generateFileForUpload(WebPage* page, const String& originalFilePath
    [all...]
InjectedBundlePageFormClient.cpp 41 void InjectedBundlePageFormClient::textFieldDidBeginEditing(WebPage* page, HTMLInputElement* inputElement, WebFrame* frame)
50 void InjectedBundlePageFormClient::textFieldDidEndEditing(WebPage* page, HTMLInputElement* inputElement, WebFrame* frame)
59 void InjectedBundlePageFormClient::textDidChangeInTextField(WebPage* page, HTMLInputElement* inputElement, WebFrame* frame)
68 void InjectedBundlePageFormClient::textDidChangeInTextArea(WebPage* page, HTMLTextAreaElement* textAreaElement, WebFrame* frame)
77 bool InjectedBundlePageFormClient::shouldPerformActionInTextField(WebPage* page, HTMLInputElement* inputElement, WKInputFieldActionType actionType, WebFrame* frame)
86 void InjectedBundlePageFormClient::willSubmitForm(WebPage* page, HTMLFormElement* formElement, WebFrame* frame, WebFrame* sourceFrame, const Vector<std::pair<String, String> >& values, RefPtr<APIObject>& userData)
InjectedBundleClient.cpp 33 void InjectedBundleClient::didCreatePage(InjectedBundle* bundle, WebPage* page)
41 void InjectedBundleClient::willDestroyPage(InjectedBundle* bundle, WebPage* page)
InjectedBundlePageFullScreenClient.cpp 36 #include "WebPage.h"
43 bool InjectedBundlePageFullScreenClient::supportsFullScreen(WebPage *page, bool withKeyboard)
53 void InjectedBundlePageFullScreenClient::enterFullScreenForElement(WebPage *page, WebCore::Element *element)
62 void InjectedBundlePageFullScreenClient::exitFullScreenForElement(WebPage *page, WebCore::Element *element)
InjectedBundlePagePolicyClient.cpp 37 WKBundlePagePolicyAction InjectedBundlePagePolicyClient::decidePolicyForNavigationAction(WebPage* page, WebFrame* frame, InjectedBundleNavigationAction* action, const ResourceRequest& resourceRequest, RefPtr<APIObject>& userData)
50 WKBundlePagePolicyAction InjectedBundlePagePolicyClient::decidePolicyForNewWindowAction(WebPage* page, WebFrame* frame, InjectedBundleNavigationAction* action, const ResourceRequest& resourceRequest, const String& frameName, RefPtr<APIObject>& userData)
63 WKBundlePagePolicyAction InjectedBundlePagePolicyClient::decidePolicyForResponse(WebPage* page, WebFrame* frame, const ResourceResponse& resourceResponse, const ResourceRequest& resourceRequest, RefPtr<APIObject>& userData)
77 void InjectedBundlePagePolicyClient::unableToImplementPolicy(WebPage* page, WebFrame* frame, const WebCore::ResourceError& error, RefPtr<APIObject>& userData)
InjectedBundle.h 64 class WebPage;
120 void didCreatePage(WebPage*);
121 void willDestroyPage(WebPage*);
  /external/webkit/Tools/QtTestBrowser/
webpage.cpp 33 #include "webpage.h"
44 WebPage::WebPage(QObject* parent)
57 void WebPage::applyProxy()
67 bool WebPage::supportsExtension(QWebPage::Extension extension) const
74 bool WebPage::extension(Extension extension, const ExtensionOption* option, ExtensionReturn* output)
85 bool WebPage::acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type)
109 void WebPage::openUrlInDefaultBrowser(const QUrl& url)
119 QString WebPage::userAgentForUrl(const QUrl& url) const
126 bool WebPage::shouldInterruptJavaScript(
    [all...]
webpage.h 39 class WebPage : public QWebPage {
43 WebPage(QObject* parent = 0);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebInspectorClient.cpp 33 #include "WebPage.h"
49 WebPage* inspectorPage = m_page->inspector()->createInspectorPage();
82 WebPage* inspectorPage = inspector->inspectorPage();
WebInspectorFrontendClient.cpp 32 #include "WebPage.h"
41 WebInspectorFrontendClient::WebInspectorFrontendClient(WebPage* page, WebPage* inspectorPage)
WebFrameLoaderClient.cpp 44 #include "WebPage.h"
126 WebPage* webPage = m_frame->page();
127 if (!webPage)
133 webPage->injectedBundleLoaderClient().didRemoveFrameFromHierarchy(webPage, m_frame, userData);
136 webPage->send(Messages::WebPageProxy::DidRemoveFrameFromHierarchy(m_frame->frameID(), InjectedBundleUserMessageEncoder(userData.get())));
147 WebPage* webPage = m_frame->page();
148 if (!webPage)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.h 46 static PassRefPtr<LayerTreeHostCAWin> create(WebPage*);
50 explicit LayerTreeHostCAWin(WebPage*);
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.h 67 class WebPage;
102 WebPage *webPage() const { return m_page; }
103 QList<WebPage*> getAllPages() const;
150 WebPage *m_page;
181 class WebPage : public QWebPage {
184 WebPage(QObject* parent, DumpRenderTree*);
185 virtual ~WebPage();
DumpRenderTreeQt.cpp 136 WebPage::WebPage(QObject* parent, DumpRenderTree* drt)
167 WebPage::~WebPage()
172 QWebInspector* WebPage::webInspector()
181 void WebPage::resetSettings()
214 QWebPage *WebPage::createWindow(QWebPage::WebWindowType)
219 void WebPage::javaScriptAlert(QWebFrame*, const QString& message)
227 void WebPage::requestPermission(QWebFrame* frame, QWebPage::Feature feature)
248 void WebPage::cancelPermission(QWebFrame* frame, QWebPage::Feature feature
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.h 60 class WebPage;
72 void start(WebPage* initiatingWebPage);
73 void startWithHandle(WebPage* initiatingPage, WebCore::ResourceHandle*, const WebCore::ResourceRequest& initialRequest, const WebCore::ResourceResponse&);
DownloadManager.cpp 47 void DownloadManager::startDownload(uint64_t downloadID, WebPage* initiatingPage, const ResourceRequest& request)
56 void DownloadManager::convertHandleToDownload(uint64_t downloadID, WebPage* initiatingPage, ResourceHandle* handle, const ResourceRequest& request, const ResourceRequest& initialRequest, const ResourceResponse& response)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 27 #import "WebPage.h"
62 void WebPage::platformInitialize()
82 void WebPage::platformPreferencesDidChange(const WebPreferencesStore&)
130 bool WebPage::executeKeypressCommandsInternal(const Vector<WebCore::KeypressCommand>& commands, KeyboardEvent* event)
166 bool WebPage::handleEditingKeyboardEvent(KeyboardEvent* event, bool saveCommands)
216 void WebPage::sendComplexTextInputToPlugin(uint64_t pluginComplexTextInputIdentifier, const String& textInput)
224 void WebPage::setComposition(const String& text, Vector<CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd, EditorState& newState)
241 void WebPage::confirmComposition(EditorState& newState)
250 void WebPage::insertText(const String& text, uint64_t replacementRangeStart, uint64_t replacementRangeEnd, bool& handled, EditorState& newState)
272 void WebPage::getMarkedRange(uint64_t& location, uint64_t& length
    [all...]
  /external/javassist/sample/evolve/
DemoServer.java 11 * WebPage.show() for constructing the contents of that html file
12 * So if a DemoLoader changes the definition of WebPage, then
14 * Note that WebPage is not an applet. It is rather
16 * sends the class file of WebPage to web browsers.
19 * server overwrites WebPage.class (class file) and calls update()
20 * in VersionManager so that WebPage.class is loaded into the JVM
21 * again. The new contents of WebPage.class are copied from
22 * either sample/evolve/WebPage.class
23 * or sample/evolve/sample/evolve/WebPage.class.
43 private static final String ver0 = "sample/evolve/WebPage.class.0";
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 27 #include "WebPage.h"
61 void WebPage::platformInitialize()
66 void WebPage::platformPreferencesDidChange(const WebPreferencesStore& store)
165 const char* WebPage::interpretKeyEvent(const KeyboardEvent* evt)
200 bool WebPage::performDefaultBehaviorForKeyEvent(const WebKeyboardEvent& keyboardEvent)
263 bool WebPage::platformHasLocalDataForURL(const WebCore::KURL& url)
287 String WebPage::cachedResponseMIMETypeForURL(const WebCore::KURL& url)
314 bool WebPage::platformCanHandleRequest(const WebCore::ResourceRequest& request)
323 void WebPage::confirmComposition(const String& compositionString)
331 void WebPage::setComposition(const String& compositionString, const Vector<WebCore::CompositionUnderline>& unde (…)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
WebPageQt.cpp 28 #include "WebPage.h"
84 void WebPage::platformInitialize()
88 void WebPage::platformPreferencesDidChange(const WebPreferencesStore&)
177 const char* WebPage::interpretKeyEvent(const KeyboardEvent* evt)
222 bool WebPage::performDefaultBehaviorForKeyEvent(const WebKeyboardEvent& keyboardEvent)
268 bool WebPage::platformHasLocalDataForURL(const WebCore::KURL&)
274 String WebPage::cachedResponseMIMETypeForURL(const WebCore::KURL&)
280 bool WebPage::platformCanHandleRequest(const WebCore::ResourceRequest&)
  /external/webkit/Source/WebKit2/UIProcess/
GeolocationPermissionRequestManagerProxy.cpp 66 m_page->process()->send(Messages::WebPage::DidReceiveGeolocationPermissionDecision(geolocationID, allowed), m_page->pageID());

Completed in 238 milliseconds

1 23 4 5