/external/chromium_org/extensions/browser/guest_view/app_view/ |
app_view_constants.h | 5 // Constants used for the AppView API. 10 namespace appview { namespace 23 } // namespace appview
|
app_view_constants.cc | 7 namespace appview { namespace 20 } // namespace appview
|
app_view_guest_delegate.h | 14 // Interface to handle communication between AppView (in extensions) with the
|
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());
|
app_view_guest.h | 17 // An AppViewGuest provides the browser-side implementation of <appview> API.
|
/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/extensions/common/api/ |
app_view_internal.json | 16 "description": "Attaches the specified url to the AppView with the provided instance ID.", 44 "description": "Denies the embedding request made by the AppView with the provided instance ID.",
|
app_runtime.idl | 56 // Allows <code>embedderId</code> to embed this app in an <appview> 61 // <appview> element.
|
/external/chromium_org/chrome/browser/apps/ |
app_view_browsertest.cc | 142 // Tests that <appview> is able to navigate to another installed app. 152 // Tests that <appview> correctly processes parameters passed on connect. 162 // Tests that <appview> correctly processes parameters passed on connect.
|
/external/chromium_org/chrome/renderer/extensions/ |
chrome_extensions_dispatcher_delegate.cc | 230 source_map->RegisterSource("appView", IDR_APP_VIEW_JS); 256 // a webview or appview is created and only then set up the infrastructure. 277 module_system->Require("appView");
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
analytics.html | 35 such as "event" and "appView", and it can be used in both Closure-based and traditional JavaScript projects.
|
/external/chromium_org/extensions/common/ |
switches.cc | 19 // Enables the <appview> tag in platform apps.
|
/external/chromium_org/extensions/strings/ |
extensions_strings_zh-TW.xtb | 55 <translation id="5356315618422219272">Appview?<ph name="APPVIEW_TAG_NAME"/></translation>
|
extensions_strings_el.xtb | 55 <translation id="5356315618422219272">Appview: <ph name="APPVIEW_TAG_NAME"/></translation>
|
extensions_strings_fa.xtb | 55 <translation id="5356315618422219272">Appview: <ph name="APPVIEW_TAG_NAME"/></translation>
|
extensions_strings_gu.xtb | 55 <translation id="5356315618422219272">Appview: <ph name="APPVIEW_TAG_NAME"/></translation>
|
extensions_strings_iw.xtb | 55 <translation id="5356315618422219272">?Appview?: <ph name="APPVIEW_TAG_NAME"/></translation>
|
extensions_strings_ko.xtb | 55 <translation id="5356315618422219272">Appview: <ph name="APPVIEW_TAG_NAME"/></translation>
|
extensions_strings_ru.xtb | 55 <translation id="5356315618422219272">Appview: <ph name="APPVIEW_TAG_NAME"/></translation>
|
extensions_strings_ta.xtb | 56 <translation id="5356315618422219272">Appview: <ph name="APPVIEW_TAG_NAME"/></translation>
|
extensions_strings_uk.xtb | 55 <translation id="5356315618422219272">??? Appview: <ph name="APPVIEW_TAG_NAME"/></translation>
|
/external/chromium_org/chrome/common/extensions/api/ |
_api_features.json | 59 // The API for the *embedder* of appview. Appview has both an embedder and 64 "dependencies": ["permission:appview"]
|
/external/chromium_org/tools/perf/page_sets/ |
top_25.py | 234 'document.getElementsByClassName("kix-appview-editor").length') 239 action_runner.ScrollElement(selector='.kix-appview-editor')
|