Searched refs:instance (Results 151 - 175 of 2104) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/api/
H A Dppp_message_handler.idl32 * @param[in] instance A <code>PP_Instance</code> identifying one instance
39 void HandleMessage([in] PP_Instance instance,
51 * @param[in] instance A <code>PP_Instance</code> identifying one instance
61 void HandleBlockingMessage([in] PP_Instance instance,
67 * calls will be made which pass this same value for <code>instance</code>
70 * @param[in] instance A <code>PP_Instance</code> identifying one instance
75 void Destroy([in] PP_Instance instance, [inou
[all...]
/external/chromium_org/ppapi/api/private/
H A Dppb_instance_private.idl30 /** Error creating and initializing the instance */
43 * the DOM window containing this module instance.
45 * @param[in] instance A PP_Instance whose WindowObject should be retrieved.
48 PP_Var GetWindowObject([in] PP_Instance instance);
52 * the DOM element containing this module instance.
54 * @param[in] instance A PP_Instance whose WindowObject should be retrieved.
57 PP_Var GetOwnerElementObject([in] PP_Instance instance);
77 PP_Var ExecuteScript([in] PP_Instance instance,
/external/chromium_org/ppapi/shared_impl/
H A Dppp_instance_combined.h26 PP_Bool DidCreate(PP_Instance instance,
30 void DidDestroy(PP_Instance instance);
36 void DidChangeView(PP_Instance instance,
41 void DidChangeFocus(PP_Instance instance, PP_Bool has_focus);
42 PP_Bool HandleDocumentLoad(PP_Instance instance, PP_Resource url_loader);
53 void (*did_change_view_1_0_)(PP_Instance instance,
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_file_fileref_thunk.cc26 // TODO(brettw): this function should take an instance.
28 PP_Instance instance = GetInstanceFromFileRef(file_ref_id); local
29 EnterInstanceAPI<PPB_Flash_File_API> enter(instance);
32 return enter.functions()->OpenFileRef(instance, file_ref_id, mode, file);
36 // TODO(brettw): this function should take an instance.
38 PP_Instance instance = GetInstanceFromFileRef(file_ref_id); local
39 EnterInstanceAPI<PPB_Flash_File_API> enter(instance);
42 return enter.functions()->QueryFileRef(instance, file_ref_id, info);
H A Dppb_ext_crx_file_system_private_thunk.cc20 int32_t Open(PP_Instance instance, argument
24 EnterInstanceAPI<PPB_IsolatedFileSystem_Private_API> enter(instance,
29 instance,
H A Dppb_flash_fullscreen_api.h18 virtual PP_Bool IsFullscreen(PP_Instance instance) = 0;
19 virtual PP_Bool SetFullscreen(PP_Instance instance,
25 virtual void SetLocalIsFullscreen(PP_Instance instance,
H A Dppb_input_event_private_thunk.cc23 void StartTrackingLatency(PP_Instance instance) { argument
24 EnterInstance enter(instance);
27 enter.functions()->StartTrackingLatency(instance);
H A Dppb_isolated_file_system_private_thunk.cc21 int32_t Open(PP_Instance instance, argument
26 EnterInstanceAPI<PPB_IsolatedFileSystem_Private_API> enter(instance,
30 return enter.SetResult(enter.functions()->Open(instance,
H A Dppb_mouse_cursor_thunk.cc18 PP_Bool SetCursor(PP_Instance instance, argument
23 EnterInstance enter(instance);
26 return enter.functions()->SetCursor(instance, type, image, hot_spot);
H A Dppb_network_proxy_thunk.cc20 int32_t GetProxyForURL(PP_Instance instance, argument
25 EnterInstanceAPI<PPB_NetworkProxy_API> enter(instance, callback);
28 return enter.SetResult(enter.functions()->GetProxyForURL(instance,
/external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
H A DAppSingletonizer.java20 T instance = get(shadowApplication);
21 if (instance == null) {
22 instance = createInstance(applicationContext);
23 set(shadowApplication, instance);
25 return instance;
30 protected abstract void set(ShadowApplication shadowApplication, T instance); argument
/external/chromium_org/ppapi/proxy/
H A Dppp_instance_proxy.cc42 PP_Bool DidCreate(PP_Instance instance, argument
54 HostDispatcher::GetForInstance(instance)->Send(
55 new PpapiMsg_PPPInstance_DidCreate(API_ID_PPP_INSTANCE, instance,
60 void DidDestroy(PP_Instance instance) { argument
61 HostDispatcher::GetForInstance(instance)->Send(
62 new PpapiMsg_PPPInstance_DidDestroy(API_ID_PPP_INSTANCE, instance));
65 void DidChangeView(PP_Instance instance, PP_Resource view_resource) { argument
66 HostDispatcher* dispatcher = HostDispatcher::GetForInstance(instance);
75 EnterInstanceNoLock enter_instance(instance);
77 flash_fullscreen = enter_instance.functions()->FlashIsFullscreen(instance);
83 DidChangeFocus(PP_Instance instance, PP_Bool has_focus) argument
89 HandleDocumentLoad(PP_Instance instance, PP_Resource url_loader) argument
155 OnPluginMsgDidCreate( PP_Instance instance, const std::vector<std::string>& argn, const std::vector<std::string>& argv, PP_Bool* result) argument
189 OnPluginMsgDidDestroy(PP_Instance instance) argument
199 OnPluginMsgDidChangeView( PP_Instance instance, const ViewData& new_data, PP_Bool flash_fullscreen) argument
227 OnPluginMsgDidChangeFocus(PP_Instance instance, PP_Bool has_focus) argument
232 OnPluginMsgHandleDocumentLoad( PP_Instance instance, int pending_loader_host_id, const URLResponseInfoData& data) argument
[all...]
H A Dbrowser_font_singleton_resource.cc15 PP_Instance instance)
16 : PluginResource(connection, instance) {
28 PP_Var BrowserFontSingletonResource::GetFontFamilies(PP_Instance instance) { argument
13 BrowserFontSingletonResource( Connection connection, PP_Instance instance) argument
/external/chromium_org/ash/shell/
H A Dshell_main.cc14 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) { argument
24 params.instance = instance;
/external/chromium_org/athena/input/
H A Dinput_manager_impl.cc17 InputManager* instance = NULL; member in namespace:athena::__anon2133
59 DCHECK(!instance);
60 instance = this;
64 DCHECK_EQ(instance, this);
66 instance = NULL;
107 DCHECK(instance);
108 return instance;
113 DCHECK(instance);
114 return instance;
119 DCHECK(instance);
[all...]
/external/chromium_org/athena/virtual_keyboard/
H A Dvirtual_keyboard_manager_impl.cc27 VirtualKeyboardManager* instance; member in namespace:athena::__anon2161
67 CHECK(!instance);
68 instance = this;
73 CHECK_EQ(this, instance);
74 instance = NULL;
107 CHECK(!instance);
113 CHECK(instance);
114 return instance;
118 return instance;
122 CHECK(instance);
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dhost_dispatcher_wrapper.cc76 void HostDispatcherWrapper::AddInstance(PP_Instance instance) { argument
77 ppapi::proxy::HostDispatcher::SetForInstance(instance, dispatcher_.get());
80 RendererPpapiHostImpl::GetForPPInstance(instance);
83 // always give us an instance we can find in the map otherwise, but that
86 RenderFrame* render_frame = host->GetRenderFrameForInstance(instance);
87 PepperPluginInstance* plugin_instance = host->GetPluginInstance(instance);
90 instance,
94 host->GetDocumentURL(instance),
100 void HostDispatcherWrapper::RemoveInstance(PP_Instance instance) { argument
101 ppapi::proxy::HostDispatcher::RemoveForInstance(instance);
[all...]
/external/chromium_org/extensions/shell/app/
H A Dshell_main.cc14 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) { argument
24 params.instance = instance;
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DHttpAuthDatabaseTest.java35 HttpAuthDatabase instance = HttpAuthDatabase.newInstance(getContext(), TEST_DATABASE);
42 String[] result = instance.getHttpAuthUsernamePassword(host, realm);
45 instance.setHttpAuthUsernamePassword(host, realm, userName, password);
46 result = instance.getHttpAuthUsernamePassword(host, realm);
52 instance.setHttpAuthUsernamePassword(host, realm, userName, newPassword);
53 result = instance.getHttpAuthUsernamePassword(host, realm);
59 instance.setHttpAuthUsernamePassword(host, realm, newUserName, newPassword);
60 result = instance.getHttpAuthUsernamePassword(host, realm);
65 instance.setHttpAuthUsernamePassword(host, realm, null, password);
66 result = instance
[all...]
/external/chromium_org/mojo/public/cpp/bindings/
H A Dinterface_impl.h29 // until this instance is deleted.
40 // Called when the client has connected to this instance.
43 // Called when the client is no longer connected to this instance. NOTE: The
59 // Takes an instance of an InterfaceImpl<..> subclass and binds it to the given
60 // MessagePipe. The instance is returned for convenience in member initializer
63 // If the pipe is closed, the instance's OnConnectionError method will be called
64 // and then the instance will be deleted.
66 // The instance is also bound to the current thread. Its methods will only be
71 // Before returning, the instance's OnConnectionEstablished method is called.
74 Impl* instance,
73 BindToPipe( Impl* instance, ScopedMessagePipeHandle handle, const MojoAsyncWaiter* waiter = Environment::GetDefaultAsyncWaiter()) argument
83 WeakBindToPipe( Impl* instance, ScopedMessagePipeHandle handle, const MojoAsyncWaiter* waiter = Environment::GetDefaultAsyncWaiter()) argument
103 BindToProxy( Impl* instance, InterfacePtr<Interface>* ptr, const MojoAsyncWaiter* waiter = Environment::GetDefaultAsyncWaiter()) argument
113 WeakBindToProxy( Impl* instance, InterfacePtr<Interface>* ptr, const MojoAsyncWaiter* waiter = Environment::GetDefaultAsyncWaiter()) argument
134 BindToRequest( Impl* instance, InterfaceRequest<Interface>* request, const MojoAsyncWaiter* waiter = Environment::GetDefaultAsyncWaiter()) argument
143 WeakBindToRequest( Impl* instance, InterfaceRequest<Interface>* request, const MojoAsyncWaiter* waiter = Environment::GetDefaultAsyncWaiter()) argument
[all...]
/external/chromium_org/native_client_sdk/src/getting_started/part2/
H A Dhello_tutorial.cc5 #include "ppapi/cpp/instance.h"
21 explicit HelloTutorialInstance(PP_Instance instance) argument
22 : pp::Instance(instance) {}
45 virtual pp::Instance* CreateInstance(PP_Instance instance) { argument
46 return new HelloTutorialInstance(instance);
/external/chromium_org/ppapi/api/dev/
H A Dppb_zoom_dev.idl27 void ZoomChanged([in] PP_Instance instance,
32 void ZoomLimitsChanged([in] PP_Instance instance,
H A Dppp_scrollbar_dev.idl17 * Informs the instance that the scrollbar's value has changed.
19 void ValueChanged([in] PP_Instance instance,
24 * Informs the instance that the user has changed the system
28 void OverlayChanged([in] PP_Instance instance,
/external/chromium_org/ppapi/c/dev/
H A Dppp_selection_dev.h36 struct PP_Var (*GetSelectedText)(PP_Instance instance, PP_Bool html);
H A Dppp_text_input_dev.h39 void (*RequestSurroundingText)(PP_Instance instance,

Completed in 393 milliseconds

1234567891011>>