/external/chromium_org/mojo/embedder/ |
H A D | channel_init.h | 20 namespace embedder { namespace in namespace:mojo 24 namespace embedder { namespace in namespace:mojo 60 } // namespace embedder
|
H A D | platform_channel_pair.cc | 5 #include "mojo/embedder/platform_channel_pair.h" 10 namespace embedder { namespace in namespace:mojo 31 } // namespace embedder
|
H A D | platform_handle.cc | 5 #include "mojo/embedder/platform_handle.h" 20 namespace embedder { namespace in namespace:mojo 39 } // namespace embedder
|
H A D | platform_handle_utils.h | 8 #include "mojo/embedder/platform_handle.h" 9 #include "mojo/embedder/scoped_platform_handle.h" 13 namespace embedder { namespace in namespace:mojo 31 } // namespace embedder
|
H A D | platform_handle_utils_win.cc | 5 #include "mojo/embedder/platform_handle_utils.h" 12 namespace embedder { namespace in namespace:mojo 30 } // namespace embedder
|
H A D | platform_handle_vector.h | 11 #include "mojo/embedder/platform_handle.h" 12 #include "mojo/embedder/platform_handle_utils.h" 16 namespace embedder { namespace in namespace:mojo 32 } // namespace embedder
|
H A D | simple_platform_support.cc | 5 #include "mojo/embedder/simple_platform_support.h" 7 #include "mojo/embedder/simple_platform_shared_buffer.h" 10 namespace embedder { namespace in namespace:mojo 24 } // namespace embedder
|
H A D | simple_platform_support.h | 9 #include "mojo/embedder/platform_support.h" 13 namespace embedder { namespace in namespace:mojo 34 } // namespace embedder
|
/external/chromium_org/chrome/browser/media/ |
H A D | protected_media_identifier_permission_context.cc | 82 GURL embedder = web_contents->GetLastCommittedURL(); local 83 if (!origin.is_valid() || !embedder.is_valid()) { 86 << origin << "," << embedder local 93 DecidePermission(id, origin, embedder, rvh, result_callback); 108 const GURL& embedder, 117 PermissionDecided(id, origin, embedder, callback, false); 125 embedder, 130 PermissionDecided(id, origin, embedder, callback, false); 133 PermissionDecided(id, origin, embedder, callback, true); 139 embedder, 105 DecidePermission( const PermissionRequestID& id, const GURL& origin, const GURL& embedder, content::RenderViewHost* rvh, const base::Callback<void(bool)>& callback) argument 158 PermissionDecided( const PermissionRequestID& id, const GURL& origin, const GURL& embedder, const base::Callback<void(bool)>& callback, bool allowed) argument [all...] |
/external/chromium_org/chrome/test/base/ |
H A D | run_all_unittests.cc | 9 #include "mojo/embedder/test_embedder.h" 14 mojo::embedder::test::InitWithSimplePlatformSupport();
|
/external/chromium_org/device/test/ |
H A D | run_all_unittests.cc | 8 #include "mojo/embedder/test_embedder.h" 13 mojo::embedder::test::InitWithSimplePlatformSupport();
|
/external/chromium_org/extensions/browser/guest_view/extension_options/ |
H A D | extension_options_apitest.cc | 52 const Extension* embedder = InstallExtension(dir.AppendASCII("embedder"), 1); local 55 ASSERT_TRUE(embedder); 59 // store the embedded extension id in the embedder's storage before running 66 ExecuteScriptInBackgroundPage(embedder->id(), script); 69 embedder->GetResourceURL("test.html"));
|
/external/chromium_org/gin/ |
H A D | wrapper_info.cc | 14 return info->embedder == kEmbedderNativeGin ? info : NULL;
|
/external/chromium_org/mojo/common/test/ |
H A D | multiprocess_test_helper.cc | 12 #include "mojo/embedder/platform_channel_pair.h" 19 platform_channel_pair_.reset(new embedder::PlatformChannelPair()); 38 embedder::HandlePassingInformation handle_passing_info; 78 embedder::PlatformChannelPair::PassClientHandleFromParentProcess( 83 embedder::ScopedPlatformHandle MultiprocessTestHelper::client_platform_handle;
|
H A D | test_utils_posix.cc | 17 bool BlockingWrite(const embedder::PlatformHandle& handle, 38 bool BlockingRead(const embedder::PlatformHandle& handle, 59 bool NonBlockingRead(const embedder::PlatformHandle& handle, 77 embedder::ScopedPlatformHandle PlatformHandleFromFILE(base::ScopedFILE fp) { 81 return embedder::ScopedPlatformHandle(embedder::PlatformHandle(rv)); 84 base::ScopedFILE FILEFromPlatformHandle(embedder::ScopedPlatformHandle h,
|
H A D | test_utils_win.cc | 19 bool BlockingWrite(const embedder::PlatformHandle& handle, 39 bool BlockingRead(const embedder::PlatformHandle& handle, 59 bool NonBlockingRead(const embedder::PlatformHandle& handle, 84 embedder::ScopedPlatformHandle PlatformHandleFromFILE(base::ScopedFILE fp) { 96 return embedder::ScopedPlatformHandle(embedder::PlatformHandle(rv)); 99 base::ScopedFILE FILEFromPlatformHandle(embedder::ScopedPlatformHandle h,
|
H A D | run_all_unittests.cc | 9 #include "mojo/embedder/test_embedder.h" 20 mojo::embedder::test::InitWithSimplePlatformSupport();
|
/external/chromium_org/mojo/system/ |
H A D | raw_channel_posix.cc | 22 #include "mojo/embedder/platform_channel_utils_posix.h" 23 #include "mojo/embedder/platform_handle.h" 24 #include "mojo/embedder/platform_handle_vector.h" 35 explicit RawChannelPosix(embedder::ScopedPlatformHandle handle); 52 virtual embedder::ScopedPlatformHandleVectorPtr GetReadPlatformHandles( 72 embedder::ScopedPlatformHandle fd_; 80 std::deque<embedder::PlatformHandle> read_platform_handles_; 94 RawChannelPosix::RawChannelPosix(embedder::ScopedPlatformHandle handle) 115 embedder::CloseAllPlatformHandles(&read_platform_handles_); 126 embedder [all...] |
H A D | mapping_table.cc | 8 #include "mojo/embedder/platform_shared_buffer.h" 23 scoped_ptr<embedder::PlatformSharedBufferMapping> mapping) { 40 embedder::PlatformSharedBufferMapping* mapping_to_delete = it->second;
|
/external/chromium_org/chrome/browser/geolocation/ |
H A D | geolocation_permission_context_android.cc | 37 info.embedder, callback); 57 this, info.id, info.requesting_frame, info.embedder, callback, false); 71 const GURL& embedder, 78 info.embedder = embedder; 66 DecidePermission( content::WebContents* web_contents, const PermissionRequestID& id, const GURL& requesting_frame, bool user_gesture, const GURL& embedder, base::Callback<void(bool)> callback) argument
|
H A D | geolocation_permission_context_android.h | 51 GURL embedder; member in struct:GeolocationPermissionContextAndroid::PermissionRequestInfo 63 const GURL& embedder,
|
H A D | geolocation_permission_context.cc | 36 const GURL& embedder, 67 const GURL& embedder, 74 embedder_(embedder), 175 GURL embedder = web_contents->GetLastCommittedURL().GetOrigin(); local 176 if (!requesting_frame_origin.is_valid() || !embedder.is_valid()) { 178 << requesting_frame_origin << "," << embedder local 185 embedder, result_callback); 206 const GURL& embedder, 214 embedder, 219 PermissionDecided(id, requesting_frame, embedder, callbac 63 GeolocationPermissionRequest( GeolocationPermissionContext* context, const PermissionRequestID& id, const GURL& requesting_frame, const GURL& embedder, bool user_gesture, base::Callback<void(bool)> callback, const std::string& display_languages) argument 201 DecidePermission( content::WebContents* web_contents, const PermissionRequestID& id, const GURL& requesting_frame, bool user_gesture, const GURL& embedder, base::Callback<void(bool)> callback) argument 248 CreateInfoBarRequest( const PermissionRequestID& id, const GURL& requesting_frame, const GURL& embedder, base::Callback<void(bool)> callback) argument 278 PermissionDecided( const PermissionRequestID& id, const GURL& requesting_frame, const GURL& embedder, base::Callback<void(bool)> callback, bool allowed) argument [all...] |
/external/chromium_org/mojo/python/tests/ |
H A D | runloop_unittest.py | 8 import mojo.embedder namespace 21 mojo.embedder.Init()
|
/external/chromium_org/mojo/shell/ |
H A D | app_child_process_host.cc | 10 #include "mojo/embedder/embedder.h" 32 mojo::ScopedMessagePipeHandle handle(embedder::CreateChannel( 53 // Callback for |embedder::CreateChannel()|. 55 embedder::ChannelInfo* channel_info) {
|
/external/chromium_org/content/child/mojo/ |
H A D | mojo_application.h | 10 #include "mojo/embedder/channel_init.h" 34 mojo::embedder::ChannelInit channel_init_;
|