HomeSort by relevance Sort by last modified time
    Searched full:embedder (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/webkit/browser/fileapi/
timed_task_helper_unittest.cc 19 class Embedder {
21 Embedder()
40 Embedder embedder; local
42 ASSERT_FALSE(embedder.timer_fired());
43 ASSERT_FALSE(embedder.timer()->IsRunning());
45 embedder.timer()->Start(
48 base::Bind(&Embedder::OnTimerFired, base::Unretained(&embedder)));
50 ASSERT_TRUE(embedder.timer()->IsRunning())
65 Embedder embedder; local
    [all...]
  /external/chromium_org/content/test/data/
browser_plugin_post_message_guest.html 2 var embedder;
4 embedder = event.source;
21 embedder.postMessage('ready', '*');
  /external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_android.cc 27 const GURL& embedder,
35 PermissionDecided(id, requesting_frame, embedder, callback, false);
40 embedder, callback);
46 const GURL& embedder,
55 QueueController()->CreateInfoBarRequest(id, requesting_frame, embedder,
61 id, requesting_frame, embedder, callback, allowed);
chrome_geolocation_permission_context_android.h 27 const GURL& embedder,
32 const GURL& embedder,
chrome_geolocation_permission_context.cc 97 GURL embedder = web_contents->GetURL(); local
98 if (!requesting_frame.is_valid() || !embedder.is_valid()) {
100 << requesting_frame << "," << embedder local
106 DecidePermission(id, requesting_frame, embedder, callback);
121 const GURL& embedder,
127 requesting_frame, embedder, CONTENT_SETTINGS_TYPE_GEOLOCATION,
131 PermissionDecided(id, requesting_frame, embedder, callback, false);
134 PermissionDecided(id, requesting_frame, embedder, callback, true);
139 id, requesting_frame, embedder, base::Bind(
154 const GURL& embedder,
    [all...]
  /external/chromium_org/content/public/utility/
content_utility_client.h 12 // Embedder API for participating in renderer logic.
18 // Allows the embedder to filter messages.
  /external/chromium_org/content/shell/
DEPS 7 # The content_shell is the canonical sample embedder, so it only uses
11 # The content_shell is an embedder so it must work with resource bundles.
  /external/chromium_org/ui/base/ozone/
event_factory_delegate_ozone.h 12 // An embedder can install an instance of this interface to take control of
20 // Override this method with embedder-appropriate converter creation.
  /external/chromium_org/chrome/browser/media/
chrome_midi_permission_context.cc 54 GURL embedder = web_contents->GetURL(); local
55 if (!requesting_frame.is_valid() || !embedder.is_valid()) {
57 << requesting_frame << "," << embedder local
59 PermissionDecided(id, requesting_frame, embedder, callback, false);
63 DecidePermission(id, requesting_frame, embedder, callback);
69 const GURL& embedder,
76 embedder,
81 PermissionDecided(id, requesting_frame, embedder, callback, false);
84 PermissionDecided(id, requesting_frame, embedder, callback, true);
88 id, requesting_frame, embedder, base::Bind
    [all...]
  /external/chromium_org/chrome/browser/guestview/
guestview.h 19 // embedder WebContents. It receives events issued from the guest and relays
20 // them to the embedder.
70 // Returns whether this guest has an associated embedder.
79 // Returns the extension ID of the embedder.
82 // Returns the user browser context of the embedder.
85 // Returns the embedder's process ID.
91 // Dispatches an event |event_name| to the embedder with the |event| fields.
106 // embedder RenderViewHost for a particular <*view> instance.
109 // This is a queue of Events that are destined to be sent to the embedder once
110 // the guest is attached to a particular embedder
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest_manager.h 68 // guest wasn't found. If the embedder is not permitted to access the given
69 // |instance_id|, the embedder is killed, and NULL is returned.
74 // Adds a new |guest_web_contents| to the embedder (overridable in test).
81 // Returns whether the specified embedder is permitted to access the given
82 // |instance_id|, and kills the embedder if not.
98 // Returns whether the given embedder process is allowed to access the
103 // Returns whether the given embedder process is allowed to use the provided
105 // embedder can, the method returns true. If the guest does not exist but the
106 // embedder can use that |instance_id|, then it returns true. If the embedder
    [all...]
browser_plugin_geolocation_permission_context.h 14 // requests gelocation permission, it delegates the request to embedder though
15 // embedder's javascript api.
browser_plugin_guest.h 5 // A BrowserPluginGuest is the browser side of a browser <--> embedder
6 // renderer channel. A BrowserPlugin (a WebPlugin) is on the embedder
7 // renderer side of browser <--> embedder renderer communication.
13 // process that the embedder might be interested in receiving should be listened
81 // it is not visible anywhere and has no embedder WebContents assigned.
82 // A BrowserPluginGuest is said to be "attached" if it has an embedder.
112 // within an embedder.
239 // Helper to send messages to embedder. This methods fills the message with
245 // Returns whether the guest is attached to an embedder.
250 // to an embedder implies that this guest's lifetime is no longer manage
    [all...]
  /external/chromium_org/content/public/app/
content_main_delegate.h 26 // Tells the embedder that the absolute basic startup has been done, i.e.
29 // set. This is the place for embedder to do the things that must happen at
33 // This is where the embedder puts all of its startup code that needs to run
37 // This is where the embedder can add startup code to run after the sandbox
41 // Asks the embedder to start a process. Return -1 for the default behavior.
57 // not. The embedder usually sends it for all child processes, use this to
61 // Allows the embedder to override initializing the sandbox. This is needed
67 // Tells the embedder that the zygote process is starting, and allows it to
78 // Called once per relevant process type to allow the embedder to customize
79 // content. If an embedder wants the default (empty) implementation, don'
    [all...]
content_main.h 23 // ContentMain should be called from the embedder's main() function to do the
24 // initial setup for every process. The embedder has a chance to customize
25 // startup using the ContentMainDelegate interface. The embedder can also pass
  /external/chromium_org/content/public/common/
content_client.h 55 // Content's embedder API should only be used by content.
59 // Used for tests to override the relevant embedder interfaces. Each method
78 // Interface that the embedder implements.
95 // Gives the embedder a chance to register its own pepper plugins.
99 // Gives the embedder a chance to register its own standard and saveable
112 // Returns a string describing the embedder product name and version,
136 // doesn't know about because they're from the embedder.
140 // Allows the embedder to define a new |sandbox_type| by mapping it to the
142 // for |sandbox_type| are defined by the embedder and should start with
152 // if the embedder doesn't bundle it
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
ProcessInitException.java 15 * or embedder.
23 * or embedder.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoViewClient.java 12 * This contains the superset of callbacks that must be implemented by the embedder.
33 * Allows the embedder to replace the view indicating that the video is loading.
39 * Allows the embedder to replace the default playback controls by returning a custom
  /external/chromium_org/content/public/renderer/
content_renderer_client.h 57 // Embedder API for participating in renderer logic.
81 // Allows the embedder to override creating a plugin. If it returns true, then
91 // couldn't be loaded. This allows the embedder to show a custom placeholder.
96 // Returns true if the embedder has an error page to show for the given http
98 // and the embedder's GetNavigationErrorHtml will be called afterwards to get
118 // Allows the embedder to control when media resources are loaded. Embedders
124 // Allows the embedder to override creating a WebMediaStreamCenter. If it
129 // Allows the embedder to override creating a WebRTCPeerConnectionHandler. If
135 // Allows the embedder to override creating a WebMIDIAccessor. If it
140 // Allows the embedder to override creating a WebAudioDevice. If i
    [all...]
  /external/chromium_org/content/public/browser/
content_browser_client.h 110 // Embedder API (or SPI) for participating in browser logic, to be implemented
114 // avoid the embedder interface ballooning and becoming very specific to Chrome.
116 // that either already has a hook out to the embedder, or calls out to one of
122 // Allows the embedder to set any number of custom BrowserMainParts
128 // Allows an embedder to return their own WebContentsViewPort implementation.
131 // owned by the embedder.
137 // embedder to return an (optional) delegate to customize it. The view will
148 // element by the content embedder. These parameters may include the API to
150 // the delegate in the content embedder that will service the guest in the
160 // embedder WebContents. This happens on initial navigation or when a ne
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main_mac.h 22 // loop has ended. The embedder must be sure to call this.
  /external/chromium_org/chrome/browser/content_settings/
permission_queue_controller.h 37 const GURL& embedder,
45 // |requesting_frame| and embedder.
48 const GURL& embedder,
81 const GURL& requesting_frame, const GURL& embedder, bool allowed);
permission_queue_controller.cc 41 const GURL& embedder,
46 const GURL& embedder) const;
72 const GURL& embedder,
77 embedder_(embedder),
87 const GURL& embedder) const {
88 return (requesting_frame_ == requesting_frame) && (embedder_ == embedder);
137 const GURL& embedder,
148 type_, id, requesting_frame, embedder, callback));
172 const GURL& embedder,
178 UpdateContentSetting(requesting_frame, embedder, allowed)
    [all...]
  /external/chromium_org/chrome/browser/signin/
signin_manager_delegate.h 9 // the embedder.
  /external/chromium_org/content/public/plugin/
content_plugin_client.h 13 // Embedder API for participating in plugin logic.

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 910