Searched refs:IsOwned (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dshader_manager.cc183 bool ShaderManager::IsOwned(Shader* shader) { function in class:gpu::gles2::ShaderManager
195 DCHECK(IsOwned(shader));
210 DCHECK(IsOwned(shader));
217 DCHECK(IsOwned(shader));
223 DCHECK(IsOwned(shader));
H A Dshader_manager.h203 bool IsOwned(Shader* shader);
H A Dshader_manager_unittest.cc86 EXPECT_TRUE(manager_.IsOwned(shader1.get()));
87 EXPECT_FALSE(manager_.IsOwned(shader2.get()));
H A Dprogram_manager.cc1310 bool ProgramManager::IsOwned(Program* program) { function in class:gpu::gles2::ProgramManager
1324 DCHECK(IsOwned(program));
1343 DCHECK(IsOwned(program));
1350 DCHECK(IsOwned(program));
1359 DCHECK(IsOwned(program));
H A Dprogram_manager.h394 bool IsOwned(Program* program);
H A Dprogram_manager_unittest.cc109 EXPECT_TRUE(manager_.IsOwned(program1.get()));
110 EXPECT_FALSE(manager_.IsOwned(program2.get()));
/external/chromium_org/sdch/open-vcdiff/src/
H A Dheaderparser.h135 bool IsOwned() const { return owned_; } function in class:open_vcdiff::DeltaWindowSection
H A Dvcdecoder.cc231 return !addresses_for_copy_.IsOwned();
/external/chromium_org/third_party/webrtc/base/
H A Dthread.h189 bool IsOwned();
H A Dthread.cc117 if (t && !(t->IsOwned())) {
404 bool Thread::IsOwned() { function in class:rtc::Thread
H A Dthread_unittest.cc254 EXPECT_FALSE(cthread->IsOwned());

Completed in 185 milliseconds