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

  /external/webkit/Tools/DumpRenderTree/qt/
WorkQueueItemQt.cpp 33 QWebFrame* findFrameNamed(const QString& frameName, QWebFrame* frame)
39 if (QWebFrame* f = findFrameNamed(frameName, childFrame))
55 frame = findFrameNamed(t, m_webPage->mainFrame());
  /external/webkit/Source/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/Source/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/Tools/DumpRenderTree/mac/
WorkQueueItemMac.mm 50 targetFrame = [mainFrame findFrameNamed:targetNS];
  /external/webkit/Tools/DumpRenderTree/win/
WorkQueueItemWin.cpp 63 bool failed = FAILED(frame->findFrameNamed(targetBSTR, &targetFrame));
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainerCheck.mm 125 targetFrame = [[_controller webFrame] findFrameNamed:_target];
WebPluginController.mm 392 if ([frame findFrameNamed:target] != frame) {
WebNetscapePluginView.mm     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.h 143 virtual HRESULT STDMETHODCALLTYPE findFrameNamed(
WebFrame.cpp 725 HRESULT STDMETHODCALLTYPE WebFrame::findFrameNamed(
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 756 (!cTarget || [frame findFrameNamed:target] != frame)) {
778 if (JSString && target && [frame findFrameNamed:target] != frame) {
    [all...]

Completed in 76 milliseconds