Searched defs:AppViewInternal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/resources/extensions/
H A Dapp_view.js11 function AppViewInternal(appviewNode) { class
21 AppViewInternal.prototype.getErrorNode = function() {
35 AppViewInternal.prototype.createBrowserPluginNode = function() {
38 var browserPluginNode = new AppViewInternal.BrowserPlugin();
43 AppViewInternal.prototype.connect = function(app, data, callback) {
71 AppViewInternal.prototype.attachWindow = function(guestInstanceId) {
97 AppViewInternal.BrowserPlugin =
111 new AppViewInternal(this);
/external/chromium_org/extensions/renderer/resources/
H A Dapp_runtime_custom_bindings.js9 var AppViewInternal = variable
26 AppViewInternal.attachFrame(url, id);
30 AppViewInternal.denyRequest(id);

Completed in 1392 milliseconds