HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 1 - 25 of 2781) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/athena/activity/
activity_factory.cc 13 ActivityFactory* instance = NULL; member in namespace:athena::__anon6744
19 DCHECK(!instance);
20 instance = factory;
25 DCHECK(instance);
26 return instance;
31 DCHECK(instance);
32 delete instance;
33 instance = NULL;
  /external/chromium_org/ppapi/cpp/
instance_handle.cc 7 #include "ppapi/cpp/instance.h"
11 InstanceHandle::InstanceHandle(Instance* instance)
12 : pp_instance_(instance->pp_instance()) {
  /external/chromium_org/ui/views/linux_ui/
linux_ui.cc 19 void LinuxUI::SetInstance(LinuxUI* instance) {
21 g_linux_ui = instance;
22 LinuxInputMethodContextFactory::SetInstance(instance);
23 LinuxFontDelegate::SetInstance(instance);
24 LinuxShellDialog::SetInstance(instance);
25 ui::SetTextEditKeyBindingsDelegate(instance);
28 LinuxUI* LinuxUI::instance() { function in class:views::LinuxUI
  /external/chromium_org/ui/aura/client/
window_stacking_client.cc 12 WindowStackingClient* instance = NULL; member in namespace:aura::client::__anon20458
17 instance = client;
21 return instance;
  /external/chromium_org/ui/gfx/
linux_font_delegate.cc 15 void LinuxFontDelegate::SetInstance(LinuxFontDelegate* instance) {
16 g_linux_font_delegate = instance;
19 const LinuxFontDelegate* LinuxFontDelegate::instance() { function in class:gfx::LinuxFontDelegate
  /external/chromium_org/ui/wm/public/
transient_window_client.cc 12 TransientWindowClient* instance = NULL; member in namespace:aura::client::__anon21035
17 instance = client;
21 return instance;
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
object_instance_track.css 6 .object-instance-track {
  /external/chromium_org/ppapi/cpp/dev/
cursor_control_dev.h 24 bool SetCursor(const InstanceHandle& instance,
28 bool LockCursor(const InstanceHandle& instance);
29 bool UnlockCursor(const InstanceHandle& instance);
30 bool HasCursorLock(const InstanceHandle& instance);
31 bool CanLockCursor(const InstanceHandle& instance);
  /external/chromium_org/third_party/WebKit/Source/web/
WebImageCache.cpp 42 ImageDecodingStore::instance()->setCacheLimitInBytes(size);
47 if (ImageDecodingStore::instance())
48 ImageDecodingStore::instance()->clear();
53 return ImageDecodingStore::instance()->memoryUsageInBytes();
58 return ImageDecodingStore::instance()->cacheEntries();
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_resource_creation.cc 45 PepperPluginInstanceImpl* instance)
46 : ResourceCreationImpl(instance), host_impl_(host_impl) {}
51 PP_Instance instance,
56 host_impl_->GetRenderViewForInstance(instance)->GetWebkitPreferences());
58 host_impl_->in_process_router()->GetPluginConnection(instance),
59 instance,
65 PP_Instance instance,
72 host_impl_->in_process_router()->GetPluginConnection(instance),
73 instance,
79 PP_Instance instance) {
    [all...]
mock_resource.h 17 MockResource(PP_Instance instance)
18 : Resource(ppapi::OBJECT_IS_IMPL, instance) {}
  /external/chromium_org/content/common/android/
surface_texture_lookup.cc 22 void SurfaceTextureLookup::InitInstance(SurfaceTextureLookup* instance) {
23 DCHECK(!g_instance || !instance);
24 g_instance = instance;
  /external/chromium_org/ppapi/c/
ppp_message_handler.h 44 * @param[in] instance A <code>PP_Instance</code> identifying one instance
51 void (*HandleMessage)(PP_Instance instance,
58 * @param[in] instance A <code>PP_Instance</code> identifying one instance
67 struct PP_Var (*HandleBlockingMessage)(PP_Instance instance,
72 * calls will be made which pass this same value for <code>instance</code>
75 * @param[in] instance A <code>PP_Instance</code> identifying one instance
80 void (*Destroy)(PP_Instance instance, void* user_data)
    [all...]
ppb_messaging.h 27 * specific module instance.
38 * the DOM element associated with specific module instance.
43 * the DOM element for the given module instance. A call to PostMessage()
46 * @param[in] instance A <code>PP_Instance</code> identifying one instance
86 * The module instance then invokes PostMessage() as follows:
91 * PP_Var hello_var = ppb_var_interface->VarFromUtf8(instance,
94 * ppb_messaging_interface->PostMessage(instance, hello_var); // Copies var.
101 void (*PostMessage)(PP_Instance instance, struct PP_Var message);
126 * @param[in] instance A <code>PP_Instance</code> identifying one instanc
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_find_private_thunk.cc 18 void SetPluginToHandleFindRequests(PP_Instance instance) {
20 EnterInstance enter(instance);
23 enter.functions()->SetPluginToHandleFindRequests(instance);
26 void NumberOfFindResultsChanged(PP_Instance instance,
30 EnterInstance enter(instance);
33 enter.functions()->NumberOfFindResultsChanged(instance, total, final_result);
36 void SelectedFindResultChanged(PP_Instance instance, int32_t index) {
38 EnterInstance enter(instance);
41 enter.functions()->SelectedFindResultChanged(instance, index);
44 void SetTickmarks(PP_Instance instance,
    [all...]
  /external/chromium_org/ui/base/ime/linux/
linux_input_method_context_factory.cc 18 LinuxInputMethodContextFactory::instance() { function in class:ui::LinuxInputMethodContextFactory
24 const LinuxInputMethodContextFactory* instance) {
25 g_linux_input_method_context_factory = instance;
  /external/chromium_org/ui/shell_dialogs/
linux_shell_dialog.cc 15 void LinuxShellDialog::SetInstance(LinuxShellDialog* instance) {
16 g_linux_shell_dialog = instance;
19 const LinuxShellDialog* LinuxShellDialog::instance() { function in class:ui::LinuxShellDialog
  /external/valgrind/main/memcheck/tests/x86/
fpeflags.c 3 struct instance struct
8 static struct instance* myInstance;
14 myInstance = malloc(sizeof(struct instance));
  /external/clang/test/CodeGenCXX/
microsoft-abi-methods.cpp 17 C instance; local
19 instance.simple_method();
30 C instance; local
31 instance.cdecl_method();
42 C instance; local
43 instance.vararg_method("Hello");
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_unittest_win.cc 16 scoped_refptr<Win32WifiDataProvider> instance(new Win32WifiDataProvider);
17 instance = NULL;
  /external/chromium_org/ppapi/cpp/private/
pdf.h 25 static Var GetLocalizedString(const InstanceHandle& instance,
27 static ImageData GetResourceImage(const InstanceHandle& instance,
30 const InstanceHandle& instance,
37 static void SearchString(const InstanceHandle& instance,
43 static void DidStartLoading(const InstanceHandle& instance);
44 static void DidStopLoading(const InstanceHandle& instance);
45 static void SetContentRestriction(const InstanceHandle& instance,
47 static void HistogramPDFPageCount(const InstanceHandle& instance,
49 static void UserMetricsRecordAction(const InstanceHandle& instance,
51 static void HasUnsupportedFeature(const InstanceHandle& instance);
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_test_factory.cc 32 NPP instance,
37 new_test = new PluginArgumentsTest(instance, host_functions);
43 new_test = new PluginGetURLTest(instance, host_functions);
45 new_test = new NPObjectIdentityTest(instance, host_functions);
47 new_test = new NPObjectProxyTest(instance, host_functions);
60 new_test = new WindowlessPluginTest(instance, host_functions);
62 new_test = new ExecuteGetJavascriptUrlTest(instance, host_functions);
64 new_test = new ExecuteGetJavascriptUrl2Test(instance, host_functions);
68 new_test = new PluginWindowSizeTest(instance, host_functions);
71 new_test = new DeletePluginInStreamTest(instance, host_functions)
    [all...]
  /external/chromium_org/ppapi/tests/
test_uma.cc 7 #include "ppapi/cpp/instance.h"
28 PP_Instance instance = instance_->pp_instance(); local
29 uma_interface_->HistogramCustomCounts(instance, name, 10, 1, 100, 50);
30 uma_interface_->HistogramCustomCounts(instance, name, 30, 1, 100, 50);
31 uma_interface_->HistogramCustomCounts(instance, name, 20, 1, 100, 50);
32 uma_interface_->HistogramCustomCounts(instance, name, 40, 1, 100, 50);
35 uma_interface_->HistogramCustomCounts(instance, name, 40, 1, 100, 100);
36 uma_interface_->HistogramCustomCounts(instance, name, 40, 1, 90, 50);
37 uma_interface_->HistogramCustomCounts(instance, name, 40, 10, 100, 50);
44 PP_Instance instance = instance_->pp_instance() local
60 PP_Instance instance = instance_->pp_instance(); local
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
load_progress.cc 5 #include "ppapi/cpp/instance.h"
8 class LoadProgressInstance : public pp::Instance {
10 explicit LoadProgressInstance(PP_Instance instance)
11 : pp::Instance(instance) {}
20 virtual pp::Instance* CreateInstance(PP_Instance instance) {
21 return new LoadProgressInstance(instance);
  /external/chromium_org/ppapi/c/private/
ppb_find_private.h 37 * Sets the instance of this plugin as the mechanism that will be used to
52 void (*SetPluginToHandleFindRequests)(PP_Instance instance);
59 void (*NumberOfFindResultsChanged)(PP_Instance instance,
65 void (*SelectedFindResultChanged)(PP_Instance instance, int32_t index);
70 void (*SetTickmarks)(PP_Instance instance,

Completed in 1854 milliseconds

1 2 3 4 5 6 7 8 91011>>