Searched refs:instance_ (Results 101 - 125 of 316) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc93 static CpuProfiler instance_; member in class:CpuProfiler
132 CpuProfiler CpuProfiler::instance_; member in class:CpuProfiler
294 CpuProfiler::instance_.FlushTable();
298 return CpuProfiler::instance_.Enabled();
302 return CpuProfiler::instance_.Start(fname, NULL);
307 return CpuProfiler::instance_.Start(fname, options);
311 CpuProfiler::instance_.Stop();
316 CpuProfiler::instance_.GetCurrentState(state);
/external/chromium_org/ppapi/tests/
H A Dtest_udp_socket.cc56 instance_->AppendError("PPB_TCPSocket interface not available");
60 instance_->AppendError("PPB_UDPSocket interface not available");
64 instance_->AppendError("PPB_NetAddress interface not available");
69 GetLocalHostPort(instance_->pp_instance(), &host, &port) &&
70 ResolveHost(instance_->pp_instance(), host, port, &address_);
72 instance_->AppendError("Can't init address");
89 pp::TCPSocket socket(instance_);
90 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
101 TestCompletionCallback callback_1(instance_->pp_instance(), callback_type());
108 TestCompletionCallback callback_2(instance_
[all...]
H A Dtest_cursor_control.cc33 ASSERT_TRUE(cursor_control_interface_->SetCursor(instance_->pp_instance(),
H A Dtest_fullscreen.cc63 instance_->AppendError("Failed to initialize screen_size_");
66 graphics2d_ = pp::Graphics2D(instance_, screen_size_, true);
67 if (!instance_->BindGraphics(graphics2d_)) {
68 instance_->AppendError("Failed to initialize graphics2d_");
111 instance_->RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
158 instance_,
167 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
196 instance_->ClearInputEventRequest(PP_INPUTEVENT_CLASS_MOUSE);
219 pp::ImageData image(instance_, image_format, size, false);
236 pp::ImageData readback(instance_, image_forma
[all...]
H A Dtest_net_address_private_untrusted.cc27 instance_->AppendError("PPB_NetAddress_Private interface not available");
31 instance_->AppendError("PPB_TCPSocket_Private interface not available");
34 GetLocalHostPort(instance_->pp_instance(), &host_, &port_);
36 instance_->AppendError("Can't init host and port");
58 TestCompletionCallback callback(instance_->pp_instance(), false);
66 pp::TCPSocketPrivate socket(instance_);
83 pp::TCPSocketPrivate socket(instance_);
100 pp::TCPSocketPrivate socket(instance_);
121 pp::TCPSocketPrivate socket(instance_);
158 pp::TCPSocketPrivate socket(instance_);
[all...]
H A Dtest_file_io.cc196 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
198 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY);
291 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
293 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY);
307 pp::FileIO file_io(instance_);
317 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
319 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY);
325 pp::FileIO file_io(instance_);
336 int32_t rv = WriteEntireBuffer(instance_->pp_instance(), &file_io, 0,
351 rv = ReadEntireFile(instance_
[all...]
H A Dtest_flash_clipboard.cc48 instance_,
64 instance_,
75 instance_,
121 instance_, PP_FLASH_CLIPBOARD_TYPE_STANDARD, &next_sequence_number);
160 instance_,
169 instance_,
189 pp::flash::Clipboard::RegisterCustomFormat(instance_, "my-format");
196 instance_,
205 instance_,
227 instance_,
[all...]
H A Dtest_flash_fullscreen.cc75 pp::Graphics2D graphics2d_fullscreen(instance_, pp::Size(10, 10), false);
81 if (instance_->BindGraphics(graphics2d_fullscreen))
93 if (!instance_->BindGraphics(graphics2d_fullscreen))
110 pp::Graphics2D graphics2d_normal(instance_, pp::Size(15, 15), false);
113 if (!instance_->BindGraphics(graphics2d_normal))
H A Dtest_var_resource.cc34 instance_->pp_instance());
38 instance_->pp_instance(), PP_FILESYSTEMTYPE_LOCALTEMPORARY);
63 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance()));
70 instance_->pp_instance());
109 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance()));
H A Dtest_host_resolver.cc23 instance_->AppendError("PPB_HostResolver interface not available");
27 instance_->AppendError("PPB_TCPSocket interface not available");
30 GetLocalHostPort(instance_->pp_instance(), &host_, &port_);
32 instance_->AppendError("Can't init host and port");
50 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
61 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
74 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
105 TestCompletionCallback callback(instance_->pp_instance(), callback_type());
115 pp::HostResolver host_resolver(instance_);
127 pp::TCPSocket socket(instance_);
[all...]
H A Dtest_view.cc35 testing_interface_->QuitMessageLoop(instance_->pp_instance());
66 testing_interface_->RunMessageLoop(instance_->pp_instance());
74 testing_interface_->QuitMessageLoop(instance_->pp_instance());
88 instance_->AppendError("Initial page is set to visible. NOTE: "
103 instance_->ReportProgress("TestPageHideShow:Created");
125 instance_->ReportProgress("TestPageHideShow:Hidden");
153 instance_->EvalScript(script_stream.str());
189 instance_->EvalScript(script_stream.str());
205 instance_->EvalScript("document.body.style.width = '5000px';"
207 instance_
[all...]
H A Dtest_truetype_font.cc70 instance_->AppendError("PPB_TrueTypeFont_Dev interface not available");
75 instance_->AppendError("PPB_Core interface not available");
80 instance_->AppendError("PPB_Var interface not available");
104 instance_->pp_instance(), false);
105 cc.WaitForResult(pp::TrueTypeFont_Dev::GetFontFamilies(instance_,
117 instance_->pp_instance(), false);
135 instance_->pp_instance(), false);
136 cc.WaitForResult(pp::TrueTypeFont_Dev::GetFontFamilies(instance_,
150 cc2(instance_->pp_instance(), false);
152 instance_,
[all...]
H A Dtest_post_message.cc139 instance_(instance) {
140 interface_->SetMinimumArrayBufferSizeForShmem(instance_, threshold);
143 interface_->SetMinimumArrayBufferSizeForShmem(instance_, 0);
147 PP_Instance instance_; member in class:__anon10219::ScopedArrayBufferSizeSetter
159 instance_->PostMessage(pp::Var("This isn't guaranteed to be received, but "
169 instance_->EvalScript(js_code);
179 instance_->EvalScript("window.pluginPostMessage = "
181 instance_->AddPostCondition("window.pluginPostMessage('') === undefined");
201 instance_->EvalScript(js_code);
210 instance_
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Dutils.js18 return ctor.instance_ || (ctor.instance_ = new ctor());
/external/chromium_org/ash/test/
H A Dtest_shelf_delegate.cc19 TestShelfDelegate* TestShelfDelegate::instance_ = NULL; member in class:ash::test::TestShelfDelegate
23 CHECK(!instance_);
24 instance_ = this;
28 instance_ = NULL;
/external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
H A Dcloud_print_private_api.cc18 CloudPrintTestsDelegate* CloudPrintTestsDelegate::instance_ = NULL; member in class:extensions::CloudPrintTestsDelegate
21 return instance_;
25 instance_ = this;
29 instance_ = NULL;
/external/chromium_org/gin/test/
H A Dv8_test.h29 scoped_ptr<IsolateHolder> instance_; member in class:gin::V8Test
/external/chromium_org/ppapi/cpp/
H A Dtext_input_controller.h68 InstanceHandle instance_; member in class:pp::TextInputController
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dtestable_callback.h62 PP_Instance instance_; member in class:TestableCallback
/external/chromium_org/remoting/client/plugin/
H A Dpepper_audio_player.h27 pp::Instance* instance_; member in class:remoting::PepperAudioPlayer
/external/chromium_org/ui/wm/core/
H A Dtransient_window_stacking_client.h30 static TransientWindowStackingClient* instance_; member in class:wm::TransientWindowStackingClient
/external/chromium_org/third_party/webrtc/base/
H A Dwin32window.cc22 HINSTANCE Win32Window::instance_ = NULL; member in class:rtc::Win32Window
43 &instance_)) {
52 wcex.hInstance = instance_;
62 x, y, cx, cy, parent, NULL, instance_, this);
72 ::UnregisterClass(MAKEINTATOM(window_class_), instance_); local
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_reporting_service_unittest.cc158 instance_(new TestIncidentReportingService(
240 instance_->GetAddIncidentCallback(profile).Run(MakeTestIncident().Pass());
246 instance_->RegisterDelayedAnalysisCallback(
288 scoped_ptr<TestIncidentReportingService> instance_; member in class:IncidentReportingServiceTest
382 ASSERT_TRUE(instance_);
502 ASSERT_FALSE(instance_->IsProcessingReport());
528 ASSERT_FALSE(instance_->IsProcessingReport());
545 ASSERT_FALSE(instance_->IsProcessingReport());
567 ASSERT_FALSE(instance_->IsProcessingReport());
592 ASSERT_FALSE(instance_
[all...]
/external/chromium_org/content/browser/devtools/
H A Ddevtools_netlog_observer.cc22 DevToolsNetLogObserver* DevToolsNetLogObserver::instance_ = NULL; member in class:content::DevToolsNetLogObserver
168 DCHECK(!instance_);
171 instance_ = new DevToolsNetLogObserver();
172 net_log->AddThreadSafeObserver(instance_, net::NetLog::LOG_ALL_BUT_BYTES);
179 if (instance_) {
182 instance_->net_log()->RemoveThreadSafeObserver(instance_);
183 delete instance_;
184 instance_ = NULL;
191 return instance_;
[all...]
/external/chromium_org/content/browser/geolocation/
H A Dmock_location_provider.cc19 MockLocationProvider* MockLocationProvider::instance_ = NULL; member in class:content::MockLocationProvider
74 : MockLocationProvider(&instance_),
121 return new MockLocationProvider(&MockLocationProvider::instance_);

Completed in 8360 milliseconds

1234567891011>>