Searched defs:Instance (Results 1 - 25 of 41) sorted by path

12

/external/chromium_org/chrome/renderer/
H A Dchrome_render_process_observer.cc161 static HeapStatisticsCollector* Instance();
175 HeapStatisticsCollector* HeapStatisticsCollector::Instance() { function in class:__anon5800::HeapStatisticsCollector
377 HeapStatisticsCollector::Instance()->InitiateCollection();
/external/chromium_org/content/child/
H A Dworker_task_runner.cc71 WorkerTaskRunner* WorkerTaskRunner::Instance() { function in class:content::WorkerTaskRunner
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
H A Ddrive.cc101 int32_t ReadUrl(pp::Instance* instance,
168 int32_t ListFiles(pp::Instance* instance,
254 int32_t InsertFile(pp::Instance* instance,
302 // Instance
304 class Instance : public pp::Instance { class in inherits:pp::Instance
306 Instance(PP_Instance instance);
330 pp::CompletionCallbackFactory<Instance> callback_factory_;
335 Instance::Instance(PP_Instanc function in class:Instance
[all...]
/external/chromium_org/native_client_sdk/src/examples/tutorial/multi_platform/
H A Dmulti_platform.cc9 class Instance : public pp::Instance { class in inherits:pp::Instance
11 explicit Instance(PP_Instance instance) : pp::Instance(instance) {} function in class:Instance
12 virtual ~Instance() {}
25 virtual pp::Instance* CreateInstance(PP_Instance instance) {
26 return new Instance(instance);
/external/chromium_org/pdf/
H A Dinstance.cc197 pp::Instance::GetPerInstanceObject(instance, kPPPPdfInterface);
199 var = static_cast<Instance*>(object)->GetLinkAtPosition(pp::Point(point));
205 pp::Instance::GetPerInstanceObject(instance, kPPPPdfInterface);
207 Instance* obj_instance = static_cast<Instance*>(object);
265 Instance::Instance(PP_Instance instance) function in class:chrome_pdf::Instance
310 Instance::~Instance() {
321 bool Instance
[all...]
H A Dinstance.h48 class Instance : public pp::InstancePrivate, class in namespace:chrome_pdf
59 explicit Instance(PP_Instance instance);
60 virtual ~Instance();
62 // pp::Instance implementation.
169 virtual pp::Instance* GetPluginInstance();
181 virtual pp::Instance* GetInstance();
255 void (Instance::* method)(int32_t));
345 pp::CompletionCallbackFactory<Instance> loader_factory_;
359 pp::CompletionCallbackFactory<Instance> timer_factory_;
444 // interface which has very limited access to the pp::Instance
[all...]
/external/chromium_org/ppapi/cpp/
H A Dinstance.cc82 Instance::Instance(PP_Instance instance) : pp_instance_(instance) { function in class:pp::Instance
85 Instance::~Instance() {
88 bool Instance::Init(uint32_t /*argc*/, const char* /*argn*/[],
93 void Instance::DidChangeView(const View& view) {
98 void Instance::DidChangeView(const pp::Rect& /*position*/,
102 void Instance::DidChangeFocus(bool /*has_focus*/) {
106 bool Instance::HandleDocumentLoad(const URLLoader& /*url_loader*/) {
110 bool Instance
[all...]
H A Dinstance.h42 class Instance { class in namespace:pp
52 explicit Instance(PP_Instance instance);
55 /// the <code>pp::Instance</code> object will be deleted. You should never
56 /// delete the <code>Instance</code> object yourself since the lifetime is
71 virtual ~Instance();
104 /// DidChangeView() is called when the view information for the Instance
503 /// is registered this way, it will replace the Instance's HandleMessage
523 /// (pp::Instance::HandleMessage()). Messages will stop arriving at the prior
541 /// using postMessage() will be dispatched to pp::Instance::HandleMessage()
/external/chromium_org/ppapi/tests/extensions/background_keepalive/
H A Dbackground.cc14 class Instance : public pp::Instance { class in inherits:pp::Instance
16 explicit Instance(PP_Instance instance) : function in class:Instance
17 pp::Instance(instance),
23 virtual ~Instance() {}
38 &Instance::DoSomething);
43 pp::CompletionCallbackFactory<Instance> callback_factory_;
53 virtual pp::Instance* CreateInstance(PP_Instance instance) {
54 return new Instance(instance);
/external/chromium_org/ppapi/tests/
H A Dtest_instance_deprecated.cc64 REGISTER_TEST_CASE(Instance); variable
/external/chromium_org/storage/browser/fileapi/
H A Dexternal_mount_points.cc61 class ExternalMountPoints::Instance { class in class:storage::ExternalMountPoints
63 Instance(FileSystemType type, function in class:storage::ExternalMountPoints::Instance
69 ~Instance() {}
80 DISALLOW_COPY_AND_ASSIGN(Instance);
110 instance_map_[mount_name] = new Instance(type, path, mount_option);
127 Instance* instance = found->second;
182 const Instance* instance = found_instance->second;
H A Disolated_context.cc98 class IsolatedContext::Instance { class in class:storage::IsolatedContext
109 Instance(FileSystemType type,
117 Instance(FileSystemType type, const std::set<MountPointInfo>& files);
119 ~Instance();
150 DISALLOW_COPY_AND_ASSIGN(Instance);
153 IsolatedContext::Instance::Instance(FileSystemType type, function in class:storage::IsolatedContext::Instance
156 Instance::PathType path_type)
165 IsolatedContext::Instance::Instance(FileSystemTyp function in class:storage::IsolatedContext::Instance
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-param-test_test.cc570 static TestGenerationEnvironment* Instance() { function in class:TestGenerationEnvironment
634 Environment::Instance()->FixtureConstructorExecuted();
638 Environment::Instance()->SetUpExecuted();
642 Environment::Instance()->TearDownExecuted();
689 Environment::Instance()->TestBodyExecuted();
888 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofile-handler.cc111 static ProfileHandler* Instance();
225 // resolve to NULL. We can then check for NULL or not in Instance.
233 ProfileHandler* ProfileHandler::Instance() { function in class:ProfileHandler
492 // ProfileHandler::Instance runs.
512 ProfileHandler::Instance()->RegisterThread();
517 return ProfileHandler::Instance()->RegisterCallback(callback, callback_arg);
521 ProfileHandler::Instance()->UnregisterCallback(token);
525 return ProfileHandler::Instance()->Reset();
529 ProfileHandler::Instance()->GetState(state);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofile-handler.cc111 static ProfileHandler* Instance();
225 // resolve to NULL. We can then check for NULL or not in Instance.
233 ProfileHandler* ProfileHandler::Instance() { function in class:ProfileHandler
492 // ProfileHandler::Instance runs.
512 ProfileHandler::Instance()->RegisterThread();
517 return ProfileHandler::Instance()->RegisterCallback(callback, callback_arg);
521 ProfileHandler::Instance()->UnregisterCallback(token);
525 return ProfileHandler::Instance()->Reset();
529 ProfileHandler::Instance()->GetState(state);
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.cc35 MessageQueueManager* MessageQueueManager::Instance() { function in class:rtc::MessageQueueManager
54 return Instance()->AddInternal(message_queue);
69 return Instance()->RemoveInternal(message_queue);
98 return Instance()->ClearInternal(handler);
H A Dnssstreamadapter.cc955 NSSContext *NSSContext::Instance() { function in class:rtc::NSSContext
H A Dphysicalsocketserver.cc628 static PosixSignalHandler* Instance() { function in class:rtc::PosixSignalHandler
757 if (PosixSignalHandler::Instance()->IsSignalSet(signum)) {
758 PosixSignalHandler::Instance()->ClearSignal(signum);
774 return PosixSignalHandler::Instance()->GetDescriptor();
1437 PosixSignalHandler::Instance()->OnPosixSignalReceived(signum);
H A Dprofiler.cc88 Profiler* Profiler::Instance() { function in class:rtc::Profiler
H A Dthread.cc35 ThreadManager* ThreadManager::Instance() { function in class:rtc::ThreadManager
42 return ThreadManager::Instance()->CurrentThread();
226 ThreadManager::Instance();
293 return WrapCurrentWithThreadManager(ThreadManager::Instance(), true);
298 ThreadManager::Instance()->SetCurrentThread(NULL);
311 WrapCurrentWithThreadManager(ThreadManager::Instance(), false);
377 ThreadManager::Instance()->SetCurrentThread(init->thread);
599 if (!ThreadManager::Instance()->CurrentThread()) {
600 ThreadManager::Instance()->SetCurrentThread(this);
606 if (ThreadManager::Instance()
[all...]
/external/chromium_org/ui/aura/
H A Dremote_window_tree_host_win.cc89 RemoteWindowTreeHostWin* RemoteWindowTreeHostWin::Instance() { function in class:aura::RemoteWindowTreeHostWin
114 return Instance()->remote_window_ != NULL;
/external/clang/include/clang/AST/
H A DExprObjC.h1023 Instance, enumerator in enum:clang::ObjCMessageExpr::ReceiverKind
1162 return getReceiverKind() == Instance || getReceiverKind() == SuperInstance;
1174 if (getReceiverKind() == Instance)
1186 Kind = Instance;
/external/clang/include/clang/Frontend/
H A DFrontendAction.h39 CompilerInstance *Instance; member in class:clang::FrontendAction
111 /// @name Compiler Instance Access
115 assert(Instance && "Compiler instance not registered!");
116 return *Instance;
119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; }
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp193 /*Instance=*/false);
663 Context.getTranslationUnitDecl(), false /*Instance*/,
781 false /*Instance*/, false/*isVariadic*/,
1486 bool Instance)
1490 if ((MD = PROTO->lookupMethod(Sel, Instance))) {
1484 LookupMethodInQualifiedType(Selector Sel, const ObjCObjectPointerType *OPT, bool Instance) argument

Completed in 4347 milliseconds

12