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

  /external/chromium_org/chrome/browser/guestview/adview/
adview_constants.cc 5 #include "chrome/browser/guestview/adview/adview_constants.h"
7 namespace adview { namespace
10 const char kEventLoadAbort[] = "adview.onLoadAbort";
11 const char kEventLoadCommit[] = "adview.onLoadCommit";
13 } // namespace adview
adview_constants.h 5 // Constants used for the adview API.
10 namespace adview { namespace
16 } // namespace adview
adview_guest.cc 5 #include "chrome/browser/guestview/adview/adview_guest.h"
8 #include "chrome/browser/guestview/adview/adview_constants.h"
30 return GuestView::ADVIEW;
53 DispatchEvent(new GuestView::Event(adview::kEventLoadCommit, args.Pass()));
71 DispatchEvent(new GuestView::Event(adview::kEventLoadAbort, args.Pass()));
  /external/chromium_org/chrome/renderer/resources/extensions/
ad_view_deny.js 7 // Output error message to console when using <adview> tag with no permission.
8 var errorMessage = "You do not have permission to use <adview> tag." +
9 " Be sure to declare 'adview' permission in your manifest.";
11 addTagWatcher('ADVIEW', function() { console.error(errorMessage); });
platform_app.css 18 webview, adview {
ad_view.js 5 // Shim that simulates a <adview> tag via Mutation Observers.
22 return process.HasSwitch('enable-adview-src-attribute');
26 * List of attribute names to "blindly" sync between <adview> tag and internal
37 * onMutation(adview, mutation): callback invoked when attribute is mutated.
43 onMutation: function(adview, mutation) {
44 adview.handleAdNetworkMutation(mutation);
52 onMutation: function(adview, mutation) {
53 adview.handleSrcMutation(mutation);
69 * List of events to blindly forward from the browser plugin to the <adview>.
80 var AdviewLoadAbortEvent = createEvent('adview.onLoadAbort')
    [all...]

Completed in 2515 milliseconds