Searched refs:setView (Results 1 - 21 of 21) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DCustomToastSystem.java38 mToast.setView(mView);
/external/skia/src/gpu/
H A Dapp-android.cpp56 this->setView(fFactory[index]());
77 void setView(SkView* view) { function in struct:State
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp731 childFrame->setView(frameView.get());
844 m_frame->setView(0);
857 m_frame->setView(frameView);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp632 m_frame->setView(0);
642 m_frame->setView(frameView);
/external/webkit/Source/WebCore/page/
H A DFrame.cpp219 setView(0);
262 void Frame::setView(PassRefPtr<FrameView> view) function in class:WebCore::Frame
855 setView(0);
867 setView(frameView);
H A DFrame.h87 void setView(PassRefPtr<FrameView>);
H A DFrameTree.cpp39 child->setView(0);
H A DPage.cpp206 m_mainFrame->setView(0);
/external/webkit/Source/WebCore/svg/graphics/
H A DSVGImage.cpp277 frame->setView(FrameView::create(frame.get()));
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm182 -(void)setView:(NSView*)view;
478 [m_objcObserver.get() setView:m_qtMovieView.get()];
497 [m_objcObserver.get() setView:nil];
1671 -(void)setView:(NSView*)view
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DOGLESContext.java507 AlertDialog dialogTextInput = new AlertDialog.Builder(JmeAndroidSystem.getActivity()).setTitle(title).setView(layoutTextDialogInput).setPositiveButton("OK",
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.h257 void setView(QWidget *view);
H A Dqwebview.cpp389 d->page->setView(this);
H A Dqwebpage.cpp1949 setView(qobject_cast<QWidget*>(parent));
2027 void QWebPage::setView(QWidget* view) function in class:QWebPage
2054 \sa setView()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp2025 m_frame->setView(0);
2035 m_frame->setView(view);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp1011 newFrame->setView(frameView);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm1265 coreFrame->setView(0);
1271 coreFrame->setView(coreView);
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp348 // also in setView since this part may get reused for a page from the back/forward cache.
2233 m_frame->setView(view);
2583 child->setView(0);
2676 m_frame->setView(0);
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzVideo.m787 [ gl_context setView: window_view ];
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp1146 frame->setView(frameView);

Completed in 347 milliseconds