HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 376 - 400 of 2393) sorted by null

<<11121314151617181920>>

  /external/chromium/base/
lazy_instance.cc 16 // Try to create the instance, if we're the first, will go from EMPTY
20 // Caller must create instance
28 // Someone else created the instance.
32 void LazyInstanceHelper::CompleteInstance(void* instance, void (*dtor)(void*)) {
36 // Instance is created, go from CREATING to CREATED.
41 base::AtExitManager::RegisterCallback(dtor, instance);
  /external/chromium_org/ash/shell/
shell_main.cc 14 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
18 return content::ContentMain(instance, &sandbox_info, &delegate);
  /external/chromium_org/chrome/renderer/pepper/
pnacl_translation_resource_host.h 31 PP_Instance instance,
36 void ReportTranslationFinished(PP_Instance instance, PP_Bool success);
39 void EnsurePnaclInstalled(PP_Instance instance,
59 // Maps the instance with an outstanding cache request to the info
72 PP_Instance instance,
77 void SendReportTranslationFinished(PP_Instance instance,
79 void SendEnsurePnaclInstalled(PP_Instance instance,
82 void OnNexeTempFileReply(PP_Instance instance,
86 void OnEnsurePnaclInstalledReply(PP_Instance instance, bool success);
  /external/chromium_org/content/browser/gpu/
gpu_ipc_browsertests.cc 18 CHECK(content::BrowserGpuChannelHostFactory::instance());
21 content::BrowserGpuChannelHostFactory::instance(),
  /external/chromium_org/content/shell/app/
shell_main.cc 20 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
24 return content::ContentMain(instance, &sandbox_info, &delegate);
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps.cc 8 #include "ppapi/cpp/instance.h"
13 static pp::Instance* s_Instance = NULL;
25 // an instance of your NaCl module on the web page. The browser creates a new
26 // instance for each <embed> tag with type="application/x-nacl".
32 virtual pp::Instance* CreateInstance(PP_Instance instance) {
33 s_Instance = static_cast<pp::Instance*>(PSUserCreateInstance(instance));
43 // is one instance per <embed> tag on the page. This is the main binding
  /external/chromium_org/ppapi/api/
ppb_network_proxy.idl 32 * @param[in] instance A <code>PP_Instance</code> identifying one instance
49 int32_t GetProxyForURL([in] PP_Instance instance,
  /external/chromium_org/ppapi/api/private/
ppb_ext_crx_file_system_private.idl 31 int32_t Open([in] PP_Instance instance,
  /external/chromium_org/ppapi/cpp/dev/
url_util_dev.cc 43 const InstanceHandle& instance,
47 interface_->ResolveRelativeToDocument(instance.pp_instance(),
58 bool URLUtil_Dev::DocumentCanRequest(const InstanceHandle& instance,
60 return PP_ToBool(interface_->DocumentCanRequest(instance.pp_instance(),
72 Var URLUtil_Dev::GetDocumentURL(const InstanceHandle& instance,
75 interface_->GetDocumentURL(instance.pp_instance(), components));
78 Var URLUtil_Dev::GetPluginInstanceURL(const InstanceHandle& instance,
81 interface_->GetPluginInstanceURL(instance.pp_instance(),
  /external/chromium_org/ppapi/cpp/extensions/
event_base.cc 14 const InstanceHandle& instance,
16 : instance_(instance),
  /external/chromium_org/ppapi/cpp/
graphics_3d.h 26 /// to a module instance using <code>Instance::BindGraphics</code> to draw on
29 /// @param[in] instance The instance with which this resource will be
65 Graphics3D(const InstanceHandle& instance,
70 /// module instance using <code>Instance::BindGraphics</code> to draw on the
76 /// @param[in] instance The instance that will own the new Graphics3D.
88 Graphics3D(const InstanceHandle& instance,
    [all...]
net_address.h 33 /// @param[in] instance The instance with which this resource will be
36 NetAddress(const InstanceHandle& instance,
42 /// @param[in] instance The instance with which this resource will be
45 NetAddress(const InstanceHandle& instance,
network_proxy.cc 27 const InstanceHandle& instance,
34 instance.pp_instance(), url.pp_var(),
  /external/chromium_org/ppapi/cpp/private/
ext_crx_file_system_private.cc 24 const InstanceHandle& instance) : instance_(instance.pp_instance()) {
flash_device_id.cc 26 DeviceID::DeviceID(const InstanceHandle& instance) : Resource() {
29 instance.pp_instance()));
flash_message_loop.cc 24 MessageLoop::MessageLoop(const InstanceHandle& instance) {
27 instance.pp_instance()));
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
internal_utils.h 19 void set_pp_instance(PP_Instance instance);
25 PP_Var GetScriptableObject(PP_Instance instance);
  /external/chromium_org/ppapi/proxy/
broker_resource.cc 13 BrokerResource::BrokerResource(Connection connection, PP_Instance instance)
14 : PluginResource(connection, instance) {
gamepad_resource.h 29 // It's more convenient to do this as a resource, so the instance just
35 GamepadResource(Connection connection, PP_Instance instance);
42 virtual void Sample(PP_Instance instance,
ppp_input_event_proxy.h 30 void OnMsgHandleInputEvent(PP_Instance instance,
32 void OnMsgHandleFilteredInputEvent(PP_Instance instance,
  /external/chromium_org/ppapi/shared_impl/
ppb_instance_shared.h 21 virtual void Log(PP_Instance instance,
24 virtual void LogWithSource(PP_Instance instance,
  /external/chromium_org/ppapi/tests/
test_cursor_control.cc 13 TestCursorControl::TestCursorControl(TestingInstance* instance)
14 : TestCase(instance),
test_url_util.h 13 TestURLUtil(TestingInstance* instance) : TestCase(instance), util_(NULL) {}
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
memoized.py 53 def __get__(self, instance, owner):
55 return functools.partial(self.__call__, instance)
  /external/chromium_org/ui/views/examples/content_client/
examples_main.cc 14 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
18 return content::ContentMain(instance, &sandbox_info, &delegate);

Completed in 633 milliseconds

<<11121314151617181920>>