HomeSort by relevance Sort by last modified time
    Searched refs:fromFrame (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 50 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
63 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
71 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
MediaKeysClientImpl.cpp 23 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
StorageClientImpl.cpp 50 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
WebFrame.cpp 182 return fromFrame(frame->tree().traversePreviousWithWrap(wrap));
189 return fromFrame(frame->tree().traverseNextWithWrap(wrap));
200 return fromFrame(frame->tree().child(name));
203 WebFrame* WebFrame::fromFrame(Frame* frame)
209 return WebLocalFrameImpl::fromFrame(toLocalFrame(*frame));
210 return WebRemoteFrameImpl::fromFrame(toRemoteFrame(*frame));
DatabaseClientImpl.cpp 54 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
IndexedDBClientImpl.cpp 56 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
WorkerGlobalScopeProxyProviderImpl.cpp 56 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
StorageQuotaClientImpl.cpp 68 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
84 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
ColorChooserUIController.cpp 88 WebLocalFrameImpl* frame = WebLocalFrameImpl::fromFrame(m_frame);
LocalFileSystemClient.cpp 76 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
NotificationPermissionClientImpl.cpp 58 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
RemoteFrameClient.cpp 63 m_webFrame->client()->postMessageEvent(WebLocalFrameImpl::fromFrame(sourceFrame), m_webFrame, WebSecurityOrigin(target), WebDOMMessageEvent(event));
ChromeClientImpl.cpp 223 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
242 m_webView->client()->createView(WebLocalFrameImpl::fromFrame(frame), WrappedResourceRequest(r.resourceRequest()), features, r.frameName(), policy, shouldSendReferrer == NeverSendReferrer));
379 WebLocalFrameImpl* frame = WebLocalFrameImpl::fromFrame(localFrame);
396 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
424 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
435 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
450 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
523 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
536 m_webView->layoutUpdated(WebLocalFrameImpl::fromFrame(frame));
579 m_webView->client()->printPage(WebLocalFrameImpl::fromFrame(frame))
    [all...]
ContextFeaturesClientImpl.cpp 140 WebLocalFrameImpl* frame = WebLocalFrameImpl::fromFrame(document->frame());
WebLocalFrameImpl.h 247 static WebLocalFrameImpl* fromFrame(LocalFrame*);
248 static WebLocalFrameImpl* fromFrame(LocalFrame&);
ContextMenuClientImpl.cpp 388 WebLocalFrameImpl* selectedWebFrame = WebLocalFrameImpl::fromFrame(selectedFrame);
400 WebLocalFrameImpl* selectedWebFrame = WebLocalFrameImpl::fromFrame(selectedFrame);
ExternalPopupMenu.cpp 83 WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(m_localFrame.get());
WebMediaPlayerClientImpl.cpp 55 WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(frame);
FrameLoaderClientImpl.cpp 260 m_webFrame->setOpener(WebFrame::fromFrame(opener));
746 WebLocalFrameImpl::fromFrame(sourceFrame), m_webFrame, WebSecurityOrigin(target), WebDOMMessageEvent(event));
WebDocument.cpp 110 return WebLocalFrameImpl::fromFrame(constUnwrap<Document>()->frame());
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 176 /* -ve value for fromFrame would disable this automatically */
177 pComponentPrivate->debugframeInfo.fromFrame = atoi(strtok(value, ":"));
179 pComponentPrivate->debugframeInfo.runningFrame = pComponentPrivate->debugframeInfo.fromFrame;
757 ALOGV("frm[%u] to[%u] run[%u]", pCompPrv->debugframeInfo.fromFrame, pCompPrv->debugframeInfo.toFrame, pCompPrv->debugframeInfo.runningFrame);
760 if ((pCompPrv->debugframeInfo.fromFrame == 0) && (pCompPrv->debugframeInfo.runningFrame <= pCompPrv->debugframeInfo.toFrame))
778 else if (pCompPrv->debugframeInfo.fromFrame > 0)
780 pCompPrv->debugframeInfo.fromFrame--;
  /external/chromium_org/v8/test/mjsunit/
debug-backtrace.js 106 assertEquals(0, backtrace.fromFrame);
126 json = '{"seq":0,"type":"request","command":"backtrace","arguments":{"fromFrame":1,"toFrame":3}}'
129 assertEquals(1, backtrace.fromFrame);
144 json = '{"seq":0,"type":"request","command":"backtrace","arguments":{"fromFrame":0,"toFrame":2, "bottom":true}}'
147 assertEquals(2, backtrace.fromFrame);
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 663 static WebFrame* fromFrame(Frame*);
  /hardware/ti/omap4-aah/domx/domx/
omx_proxy_common.h 220 * @param fromFrame: From which frame to start dumping
232 OMX_S32 fromFrame;
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 276 final int fromFrame = reversed ? frameCount - 1 : 0;
279 final ObjectAnimator anim = ObjectAnimator.ofInt(ad, "currentIndex", fromFrame, toFrame);

Completed in 382 milliseconds

1 2