HomeSort by relevance Sort by last modified time
    Searched refs:findFrameNamed (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/qt/
WorkQueueItemQt.cpp 32 QWebFrame* findFrameNamed(const QString& frameName, QWebFrame* frame)
38 if (QWebFrame* f = findFrameNamed(frameName, childFrame))
54 frame = findFrameNamed(t, m_webPage->mainFrame());
  /external/webkit/WebKit/mac/WebView/
WebFrame.h 179 @method findFrameNamed:
180 @discussion This method returns a frame with the given name. findFrameNamed returns self
182 findFrameNamed returns self for _parent and _top if the receiver is the mainFrame.
183 findFrameNamed first searches from the current frame to all descending frames then the
184 rest of the frames in the WebView. If still not found, findFrameNamed searches the
189 - (WebFrame *)findFrameNamed:(NSString *)name;
WebFrame.mm     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
WorkQueueItemMac.mm 50 targetFrame = [mainFrame findFrameNamed:targetNS];
  /external/webkit/WebKitTools/DumpRenderTree/win/
WorkQueueItemWin.cpp 63 bool failed = FAILED(frame->findFrameNamed(targetBSTR, &targetFrame));
  /external/webkit/WebKit/win/Interfaces/
IWebFrame.idl 189 @method findFrameNamed:
190 @discussion This method returns a frame with the given name. findFrameNamed returns self
192 findFrameNamed returns self for _parent and _top if the receiver is the mainFrame.
193 findFrameNamed first searches from the current frame to all descending frames then the
194 rest of the frames in the WebView. If still not found, findFrameNamed searches the
198 - (WebFrame *)findFrameNamed:(NSString *)name;
200 HRESULT findFrameNamed([in] BSTR name, [out, retval] IWebFrame** frame);
  /external/webkit/WebKit/mac/Plugins/
WebPluginContainerCheck.mm 125 targetFrame = [[_controller webFrame] findFrameNamed:_target];
WebPluginController.mm 340 if ([frame findFrameNamed:target] != frame) {
WebNetscapePluginView.mm     [all...]
  /external/webkit/WebKit/win/
WebFrame.h 142 virtual HRESULT STDMETHODCALLTYPE findFrameNamed(
WebFrame.cpp 684 HRESULT STDMETHODCALLTYPE WebFrame::findFrameNamed(
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 632 (!cTarget || [frame findFrameNamed:target] != frame)) {
654 if (JSString && target && [frame findFrameNamed:target] != frame) {
    [all...]

Completed in 226 milliseconds