Searched defs:createView (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/skia/src/views/
H A DSkViewInflate.cpp29 SkView* view = this->createView(dom, child);
67 root = this->createView(dom, node);
70 printf("createView returned NULL on <%s>\n", dom.getName(node));
116 SkView* SkViewInflate::createView(const SkDOM& dom, const SkDOM::Node* node) function in class:SkViewInflate
/external/chromium_org/v8/tools/
H A Dprofile_view.js70 var view = this.createView(head);
81 ViewBuilder.prototype.createView = function(head) {
/external/skia/src/views/
H A DSkViewInflate.cpp29 SkView* view = this->createView(dom, child);
67 root = this->createView(dom, node);
70 printf("createView returned NULL on <%s>\n", dom.getName(node));
116 SkView* SkViewInflate::createView(const SkDOM& dom, const SkDOM::Node* node) function in class:SkViewInflate
/external/v8/tools/
H A Dprofile_view.js70 var view = this.createView(head);
81 ViewBuilder.prototype.createView = function(head) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCanvasProfileView.js1036 createView: function(profilesPanel)
H A DCPUProfileView.js909 createView: function(profilesPanel)
H A DProfilesPanel.js309 this._view = this.createView(panel);
317 createView: function(panel)
H A DHeapSnapshotView.js1251 createView: function(profilesPanel)
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseAuthorizer.cpp252 int DatabaseAuthorizer::createView(const String&) function in class:WebCore::DatabaseAuthorizer
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DOGLESContext.java109 * <code>createView</code>
115 public GLSurfaceView createView(Activity activity) { method in class:OGLESContext
116 return createView(new AndroidInput(activity));
120 * <code>createView</code>
126 public GLSurfaceView createView(AndroidInput view) { method in class:OGLESContext
127 return createView(view, ConfigType.FASTEST, false);
131 * <code>createView</code> initializes the GLSurfaceView
140 public GLSurfaceView createView(AndroidInput view, ConfigType configType, boolean eglConfigVerboseLogging) { method in class:OGLESContext
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrame.cpp468 void Frame::createView(const IntSize& viewportSize, const StyleColor& backgroundColor, bool transparent, function in class:WebCore::Frame
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.h330 StringView createView() const { return StringView(impl()); } function in class:WTF::String
331 StringView createView(unsigned offset, unsigned length) const { return StringView(impl(), offset, length); } function in class:WTF::String
/external/chromium_org/third_party/WebKit/public/testing/
H A DWebTestProxy.h169 bool createView(WebKit::WebFrame* creator, const WebKit::WebURLRequest&, const WebKit::WebWindowFeatures&, const WebKit::WebString& frameName, WebKit::WebNavigationPolicy);
370 virtual WebKit::WebView* createView(WebKit::WebFrame* creator, const WebKit::WebURLRequest& request, const WebKit::WebWindowFeatures& features, const WebKit::WebString& frameName, WebKit::WebNavigationPolicy policy) function in class:WebTestRunner::WebTestProxy
372 if (!WebTestProxyBase::createView(creator, request, features, frameName, policy))
374 return Base::createView(creator, request, features, frameName, policy);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h107 virtual WebView* createView(WebFrame* creator, function in class:WebKit::WebViewClient
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestProxy.cpp1021 bool WebTestProxyBase::createView(WebFrame*, const WebURLRequest& request, const WebWindowFeatures&, const WebString&, WebNavigationPolicy) function in class:WebTestRunner::WebTestProxyBase
1026 m_delegate->printMessage(string("createView(") + URLDescription(request.url()) + ")\n");
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc2281 WebView* RenderViewImpl::createView( function in class:content::RenderViewImpl
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 871 milliseconds