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

  /external/chromium_org/extensions/browser/guest_view/app_view/
app_view_constants.cc 7 namespace appview { namespace
20 } // namespace appview
app_view_constants.h 5 // Constants used for the AppView API.
10 namespace appview { namespace
23 } // namespace appview
app_view_guest.cc 59 const char AppViewGuest::Type[] = "appview";
78 // TODO(fsamuel): An app is trying to respond to an <appview> that didn't
136 return appview::kEmbedderAPINamespace;
150 if (!create_params.GetString(appview::kAppID, &app_id)) {
156 if (!create_params.GetDictionary(appview::kData, &data)) {
253 embed_request->SetInteger(appview::kGuestInstanceID, guest_instance_id());
254 embed_request->SetString(appview::kEmbedderID, embedder_extension_id());
255 embed_request->Set(appview::kData, data.release());
  /external/chromium_org/extensions/browser/api/app_view/
app_view_internal_api.cc 13 namespace appview = core_api::app_view_internal;
20 scoped_ptr<appview::AttachFrame::Params> params(
21 appview::AttachFrame::Params::Create(*args_));
38 scoped_ptr<appview::DenyRequest::Params> params(
39 appview::DenyRequest::Params::Create(*args_));
43 // a new <appview> WebContents will not be created.
  /external/chromium_org/chrome/renderer/resources/extensions/
app_view_deny.js 9 var errorMessage = "You do not have permission to use the appview element." +
10 " Be sure to declare the 'appview' permission in your manifest file and use" +
21 window.AppView =
22 DocumentNatives.RegisterElement('appview', {prototype: proto});
app_view.js 50 'appview',
118 window.AppView =
119 DocumentNatives.RegisterElement('appview', {prototype: proto});
  /external/chromium_org/tools/perf/page_sets/
key_desktop_sites.py 103 callback(document.getElementsByClassName('kix-appview-editor')[0]);
113 'document.getElementsByClassName("kix-appview-editor").length')

Completed in 104 milliseconds