HomeSort by relevance Sort by last modified time
    Searched full:webframe (Results 101 - 125 of 360) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebKit/win/
ChangeLog-2009-06-16 46 Implement WebFrame::startDownload
54 * WebFrame.cpp:
55 (WebFrame::startDownload): Call through to WebView::downloadURL.
764 * WebFrame.cpp:
765 (WebFrame::dispatchWillSubmitForm): Updated for the new
891 This uses the same logic that -[WebFrame _isDisplayingStandaloneImage]
898 * WebFrame.cpp:
899 (WebFrame::isDisplayingStandaloneImage): Added. Returns true if our
902 * WebFrame.h: Added isDisplayingStandaloneImage.
    [all...]
WebFrame.h 71 class WebFrame;
78 WebFrame* kit(WebCore::Frame*);
79 WebCore::Frame* core(WebFrame*);
81 class DECLSPEC_UUID("{A3676398-4485-4a9d-87DC-CB5A40E6351D}") WebFrame : public IWebFrame, IWebFramePrivate, IWebDocumentText
85 static WebFrame* createInstance();
87 WebFrame();
88 ~WebFrame();
356 // WebFrame
365 // WebFrame (matching WebCoreFrameBridge)
WebHTMLRepresentation.h 31 class WebFrame;
36 static WebHTMLRepresentation* createInstance(WebFrame* frame);
133 WebFrame* m_frame;
  /external/webkit/Source/WebKit/mac/
ChangeLog-2002-12-03 16 (-[WebFrame _createOrUpdateItem]): Remove code related to shortRedirectComing,
18 (-[WebFrame _setState:]): Don't cache the page we're leaving if we're doing
20 (-[WebFrame _continueFragmentScrollAfterNavigationPolicy:request:]): Above rename.
21 (-[WebFrame _loadURL:loadType:triggeringEvent:isFormSubmission:]): Above rename.
22 (-[WebFrame _loadURL:intoChild:]): Comment fix.
23 (-[WebFrame _clientRedirectedTo:delay:fireDate:]): Use 1 second instead of 0
26 (-[WebFrame _clientRedirectCancelled]): Above rename.
41 - fixed 3117135 -- world leak: drag any image, get a leak of 1 WebFrame
48 a reference to the WebFrame.
152 - fixed 3114796 -- WORLD LEAKS: 1 WebFrame leaked on trivial source file with <html> tag onl
    [all...]
  /external/chromium/webkit/glue/
webkit_glue.cc 33 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
52 using WebKit::WebFrame;
93 string16 DumpDocumentText(WebFrame* web_frame) {
103 string16 DumpFramesAsText(WebFrame* web_frame, bool recursive) {
118 WebFrame* child = web_frame->firstChild();
126 string16 DumpRenderer(WebFrame* web_frame) {
130 bool CounterValueForElementById(WebFrame* web_frame, const std::string& id,
141 int PageNumberForElementById(WebFrame* web_frame,
150 int NumberOfPages(WebFrame* web_frame,
160 string16 DumpFrameScrollPosition(WebFrame* web_frame, bool recursive)
    [all...]
dom_serializer_unittest.cc 17 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
36 using WebKit::WebFrame;
51 WebFrame* FindSubFrameByURL(WebView* web_view, const GURL& url) {
55 std::vector<WebFrame*> stack;
59 WebFrame* current_frame = stack.back();
72 WebFrame* sub_frame = WebFrame::fromFrameOwnerElement(element);
152 // Do not use WebFrame.LoadHTMLString because it assumes that input
154 // TODO(darin): This should use WebFrame::loadData.
155 WebFrame* web_frame
    [all...]
cpp_bound_class.h 30 class WebFrame;
61 // Given a WebFrame, BindToJavascript builds the NPObject that will represent
68 void BindToJavascript(WebKit::WebFrame* frame, const std::string& classname);
173 // True if our np_object has been bound to a WebFrame, in which case it must
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.h 62 class WebFrame;
96 WebFrame* webFrame(uint64_t) const;
97 void addWebFrame(uint64_t, WebFrame*);
210 HashMap<uint64_t, WebFrame*> m_frameMap;
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameView.mm 35 #import "WebFrame.h"
93 WebFrame *webFrame;
119 return core(_private->webFrame);
129 return [_private->webFrame webView];
181 - (void)_setWebFrame:(WebFrame *)webFrame
183 if (!webFrame) {
189 // Not retained because the WebView owns the WebFrame, which owns the WebFrameView.
190 _private->webFrame = webFrame;
    [all...]
WebHTMLViewInternal.h 36 @class WebFrame;
49 - (WebFrame *)_frame;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebUrlLoaderClient.h 53 class WebFrame;
66 WebUrlLoaderClient(WebFrame*, WebCore::ResourceHandle*, const WebCore::ResourceRequest&);
106 WebFrame* m_webFrame;
FrameLoaderClientAndroid.h 42 class WebFrame;
47 FrameLoaderClientAndroid(WebFrame* webframe);
53 WebFrame* webFrame() const { return m_webFrame; }
234 WebFrame* m_webFrame;
  /external/webkit/Source/WebKit/chromium/src/
LocalFileSystemChromium.cpp 74 WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
75 webFrame->client()->openFileSystem(webFrame, static_cast<WebFileSystem::Type>(type), size, create == CreateIfNotPresent, new WebFileSystemCallbacksImpl(callbacks, type));
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleNavigationAction.cpp 29 #include "WebFrame.h"
83 PassRefPtr<InjectedBundleNavigationAction> InjectedBundleNavigationAction::create(WebFrame* frame, const NavigationAction& action, PassRefPtr<FormState> formState)
88 InjectedBundleNavigationAction::InjectedBundleNavigationAction(WebFrame* frame, const NavigationAction& navigationAction, PassRefPtr<FormState> prpFormState)
InjectedBundlePageUIClient.cpp 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)
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 298 if (Frame* frame = core([m_pluginView webFrame]))
627 WebFrame *frame = nil;
636 frame = kit(core([m_pluginView webFrame])->loader()->findFrameForNavigation(frameName));
657 ASSERT(!frame || [m_pluginView webFrame] == frame);
667 [view webFrame:frame didFinishLoadWithReason:NPRES_USER_BREAK];
675 void NetscapePluginInstanceProxy::webFrameDidFinishLoadWithReason(WebFrame* webFrame, NPReason reason)
677 FrameLoadMap::iterator it = m_pendingFrameLoads.find(webFrame);
685 [webFrame _setInternalLoadDelegate:nil];
694 NSString *result = [[m_pluginView webFrame] _stringByEvaluatingJavaScriptFromString:JSString forceUserGesture:pluginRequest->allowPopups()]
    [all...]
WebHostedNetscapePluginView.mm 142 core([self webFrame])->view()->enterCompositingMode();
460 _proxy->setManualStream(HostedNetscapePluginStream::create(_proxy.get(), core([self webFrame])->loader()));
518 - (void)webFrame:(WebFrame *)webFrame didFinishLoadWithReason:(NPReason)reason
521 _proxy->webFrameDidFinishLoadWithReason(webFrame, reason);
524 - (void)webFrame:(WebFrame *)webFrame didFinishLoadWithError:(NSError *)error
529 [self webFrame:webFrame didFinishLoadWithReason:reason]
    [all...]
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 144 WebFrame *webFrame = [element objectForKey:WebElementFrameKey];
149 ASSERT([[[webFrame frameView] documentView] conformsToProtocol:@protocol(WebDocumentText)]);
161 NSString *selectedString = [(id <WebDocumentText>)[[webFrame frameView] documentView] selectedString];
176 WebView *wv = [webFrame webView];
189 if (webFrame != [wv mainFrame]) {
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDataSource.idl 54 WebDataSources are typically related to a view by their containing WebFrame.
95 @method webFrame
97 - (WebFrame *)webFrame;
99 HRESULT webFrame([out, retval] IWebFrame** frame);
148 WebFrame method loadAlternateHTMLString:baseURL:forUnreachableURL:.
IWebFrame.idl 55 @class WebFrame
56 @discussion Every web page is represented by at least one WebFrame. A WebFrame
58 @interface WebFrame : NSObject
149 @abstract Causes WebFrame to load a WebArchive.
198 - (WebFrame *)findFrameNamed:(NSString *)name;
205 - (WebFrame *)parentFrame;
212 @result Returns an array of WebFrame.
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 86 - (void)webView:(WebView *)sender runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame
92 - (BOOL)webView:(WebView *)sender runJavaScriptConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame
99 - (NSString *)webView:(WebView *)sender runJavaScriptTextInputPanelWithPrompt:(NSString *)prompt defaultText:(NSString *)defaultText initiatedByFrame:(WebFrame *)frame
106 - (BOOL)webView:(WebView *)c runBeforeUnloadConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame
158 - (void)webView:(WebView *)sender frame:(WebFrame *)frame exceededDatabaseQuotaForSecurityOrigin:(WebSecurityOrigin *)origin database:(NSString *)databaseIdentifier
186 - (void)webView:(WebView *)webView decidePolicyForGeolocationRequestFromOrigin:(WebSecurityOrigin *)origin frame:(WebFrame *)frame listener:(id<WebGeolocationPolicyListener>)listener
  /external/webkit/Source/WebKit/android/benchmark/
Intercept.h 65 class MyWebFrame : public WebFrame {
68 : WebFrame(JSC::Bindings::getJNIEnv(), MY_JOBJECT, MY_JOBJECT, page)
  /external/webkit/Source/WebKit/chromium/public/
WebDocument.h 48 class WebFrame;
68 WEBKIT_API WebFrame* frame() const;
WebFrame.h 79 class WebFrame {
81 // Returns the number of live WebFrame objects, used for leak checking.
84 // The two functions below retrieve the WebFrame instances relating the
100 WEBKIT_API static WebFrame* frameForEnteredContext();
101 WEBKIT_API static WebFrame* frameForCurrentContext();
107 WEBKIT_API static WebFrame* frameForContext(v8::Handle<v8::Context>);
112 WEBKIT_API static WebFrame* fromFrameOwnerElement(const WebElement&);
178 virtual WebFrame* opener() const = 0;
185 virtual WebFrame* parent() const = 0;
188 virtual WebFrame* top() const = 0
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityController.h 39 class WebFrame;
49 void bindToJavascript(WebKit::WebFrame*, const WebKit::WebString& classname);

Completed in 705 milliseconds

1 2 3 45 6 7 8 91011>>