/external/chromium_org/ash/shell/ |
shell_main.cc | 14 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) { 24 params.instance = instance;
|
/external/chromium_org/athena/input/ |
input_manager_impl.cc | 17 InputManager* instance = NULL; member in namespace:athena::__anon6758 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/ |
virtual_keyboard_manager_impl.cc | 27 VirtualKeyboardManager* instance; member in namespace:athena::__anon6786 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/ |
host_dispatcher_wrapper.cc | 76 void HostDispatcherWrapper::AddInstance(PP_Instance instance) { 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) { 101 ppapi::proxy::HostDispatcher::RemoveForInstance(instance); [all...] |
/external/chromium_org/extensions/shell/app/ |
shell_main.cc | 14 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) { 24 params.instance = instance;
|
/external/chromium_org/ppapi/cpp/ |
audio_config.h | 53 /// Audio audio(instance, config, callback, user_data); 67 /// @param[in] instance The instance associated with this resource. 75 AudioConfig(const InstanceHandle& instance, 83 /// @param[in] instance The instance associated with this resource. 85 const InstanceHandle& instance); 99 /// @param[in] instance The instance associated with this resource. 109 const InstanceHandle& instance, [all...] |
/external/chromium_org/ppapi/proxy/ |
browser_font_singleton_resource.cc | 15 PP_Instance instance) 16 : PluginResource(connection, instance) { 28 PP_Var BrowserFontSingletonResource::GetFontFamilies(PP_Instance instance) {
|
ppp_find_proxy.h | 29 void OnPluginMsgStartFind(PP_Instance instance, 31 void OnPluginMsgSelectFindResult(PP_Instance instance, 33 void OnPluginMsgStopFind(PP_Instance instance);
|
/external/chromium_org/ppapi/shared_impl/ |
host_resource.h | 45 // resource in the host. Yet these resources still need an instance to be 48 static HostResource MakeInstanceOnly(PP_Instance instance); 55 void SetHostResource(PP_Instance instance, PP_Resource resource); 58 PP_Instance instance() const { return instance_; } function in class:ppapi::HostResource
|
/external/chromium_org/ppapi/thunk/ |
ppb_ext_crx_file_system_private_thunk.cc | 20 int32_t Open(PP_Instance instance, 24 EnterInstanceAPI<PPB_IsolatedFileSystem_Private_API> enter(instance, 29 instance,
|
ppb_input_event_private_thunk.cc | 23 void StartTrackingLatency(PP_Instance instance) { 24 EnterInstance enter(instance); 27 enter.functions()->StartTrackingLatency(instance);
|
ppb_isolated_file_system_private_thunk.cc | 21 int32_t Open(PP_Instance instance, 26 EnterInstanceAPI<PPB_IsolatedFileSystem_Private_API> enter(instance, 30 return enter.SetResult(enter.functions()->Open(instance,
|
ppb_mouse_cursor_thunk.cc | 18 PP_Bool SetCursor(PP_Instance instance, 23 EnterInstance enter(instance); 26 return enter.functions()->SetCursor(instance, type, image, hot_spot);
|
ppb_network_proxy_thunk.cc | 20 int32_t GetProxyForURL(PP_Instance instance, 25 EnterInstanceAPI<PPB_NetworkProxy_API> enter(instance, callback); 28 return enter.SetResult(enter.functions()->GetProxyForURL(instance,
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
ScopedEventQueue.h | 51 static ScopedEventQueue* instance(); 71 EventQueueScope() { ScopedEventQueue::instance()->incrementScopingLevel(); } 72 ~EventQueueScope() { ScopedEventQueue::instance()->decrementScopingLevel(); }
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
HttpAuthDatabaseTest.java | 35 HttpAuthDatabase instance = HttpAuthDatabase.newInstance(getContext(), TEST_DATABASE); local 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.getHttpAuthUsernamePassword(host, realm) [all...] |
/external/chromium_org/content/test/plugin/ |
plugin_test_factory.h | 17 NPP instance,
|
/external/chromium_org/native_client_sdk/src/getting_started/part2/ |
hello_tutorial.cc | 5 #include "ppapi/cpp/instance.h" 19 class HelloTutorialInstance : public pp::Instance { 21 explicit HelloTutorialInstance(PP_Instance instance) 22 : pp::Instance(instance) {} 45 virtual pp::Instance* CreateInstance(PP_Instance instance) { 46 return new HelloTutorialInstance(instance);
|
/external/chromium_org/pdf/ |
pdf.h | 19 virtual pp::Instance* CreateInstance(PP_Instance instance);
|
/external/chromium_org/ppapi/api/dev/ |
ppb_zoom_dev.idl | 27 void ZoomChanged([in] PP_Instance instance, 32 void ZoomLimitsChanged([in] PP_Instance instance,
|
ppp_scrollbar_dev.idl | 17 * 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/ |
ppp_selection_dev.h | 36 struct PP_Var (*GetSelectedText)(PP_Instance instance, PP_Bool html);
|
ppp_text_input_dev.h | 39 void (*RequestSurroundingText)(PP_Instance instance,
|
ppp_zoom_dev.h | 38 void (*Zoom)(PP_Instance instance, double factor, PP_Bool text_only);
|
/external/chromium_org/ppapi/c/ |
ppp_graphics_3d.h | 37 void (*Graphics3DContextLost)(PP_Instance instance);
|