Searched refs:Release (Results 76 - 100 of 1060) sorted by path

1234567891011>>

/external/chromium_org/base/win/
H A Diunknown_impl_unittest.cc43 other->Release();
45 EXPECT_EQ(1, u->Release());
46 EXPECT_EQ(0, u->Release());
H A Dscoped_bstr.cc29 BSTR ScopedBstr::Release() { function in class:base::win::ScopedBstr
H A Dscoped_bstr.h37 BSTR Release();
H A Dscoped_bstr_unittest.cc25 EXPECT_TRUE(b.Release() == NULL);
45 BSTR tmp = b2.Release();
H A Dscoped_comptr.h23 // and/or Release() without going through the ScopedComPtr class.
28 STDMETHOD_(ULONG, Release)() = 0;
50 // Explicit Release() of the held object. Useful for reuse of the
52 // Note that this function equates to IUnknown::Release and should not
54 void Release() { function in class:base::win::ScopedComPtr
56 ptr_->Release();
144 // p->Release();
145 // ... later the destructor runs, which will Release() again.
H A Dscoped_comptr_unittest.cc21 void Release() { ++releases; } function in struct:base::win::__anon2611::Dummy
54 qi_test.Release();
64 naked_copy->Release();
66 copy1.Release();
75 unk.Release();
H A Dscoped_variant.cc67 VARIANT ScopedVariant::Release() { function in class:base::win::ScopedVariant
H A Dscoped_variant.h72 VARIANT Release();
H A Dscoped_variant_unittest.cc24 // when AddRef is called and decrements it when Release is called.
35 STDMETHOD_(DWORD, Release)() {
85 VARIANT tmp = var_bstr.Release();
H A Dshortcut.cc32 i_shell_link->Release();
33 i_persist_file->Release();
38 i_shell_link->Release();
39 i_persist_file->Release();
147 // Release the interfaces to the old shortcut to make sure it doesn't prevent
149 old_i_persist_file.Release();
150 old_i_shell_link.Release();
154 // Release the interfaces in case the SHChangeNotify call below depends on
156 i_persist_file.Release();
157 i_shell_link.Release();
[all...]
/external/chromium_org/build/android/
H A Dadb_gdb194 BUILDTYPE=Release
254 \$CHROMIUM_SRC/<out>/Release/lib/ (used by Ninja builds)
256 \$CHROMIUM_SRC/<out>/Release/lib.target/ (used by Make builds)
330 --release Use libraries under out/Release.
699 SUBDIRS="Release/lib Debug/lib Release/lib.target Debug/lib.target"
/external/chromium_org/build/android/gyp/
H A Dpack_arm_relocations.py9 If --enable-packing and --configuration-name=='Release', invoke the
66 default='Release',
67 help='Gyp configuration name (i.e. Debug, Release)')
70 help=('Pack relocations if 1 and configuration name is \'Release\','
89 options.configuration_name == 'Release')
H A Dpackage_resources.py35 help='Gyp\'s configuration name (Debug or Release).')
/external/chromium_org/cc/base/
H A Dref_counted_managed.h24 virtual void Release(T* object) = 0;
43 void Release() { function in class:cc::RefCountedManaged
44 if (base::subtle::RefCountedBase::Release()) {
50 manager_->Release(static_cast<T*>(this));
/external/chromium_org/cc/layers/
H A Dtexture_layer_unittest.cc97 MOCK_METHOD3(Release,
124 release_mailbox1_ = base::Bind(&MockMailboxCallback::Release,
127 release_mailbox2_ = base::Bind(&MockMailboxCallback::Release,
303 Release(test_data_.mailbox_name1_,
328 Release(test_data_.mailbox_name1_,
340 Release(test_data_.mailbox_name2_,
495 EXPECT_CALL(test_data_.mock_callback_, Release(_, _, _)).Times(0);
501 Release(test_data_.mailbox_name1_, 200, false)).Times(1);
554 EXPECT_CALL(test_data_.mock_callback_, Release(_, _, _)).Times(0);
560 Release(test_data
[all...]
H A Dvideo_frame_provider_client_impl.cc66 provider_lock_.Release();
/external/chromium_org/cc/resources/
H A Draster_worker_pool_unittest.cc366 lock.Release();
H A Dtile_manager.cc409 void TileManager::Release(Tile* tile) { function in class:cc::TileManager
H A Dtile_manager.h190 virtual void Release(Tile* tile) OVERRIDE;
/external/chromium_org/cc/test/
H A Dfake_tile_manager.cc100 void FakeTileManager::Release(Tile* tile) { function in class:cc::FakeTileManager
101 TileManager::Release(tile);
H A Dfake_tile_manager.h25 virtual void Release(Tile* tile) OVERRIDE;
/external/chromium_org/chrome/browser/android/
H A Dbrowser_version.cc21 l10n_util::GetStringUTF8(IDS_TERMS_HTML)).Release();
H A Dchrome_web_contents_delegate_android.cc350 base::android::ConvertUTF16ToJavaString(env, frame_name).Release(),
351 base::android::ConvertUTF8ToJavaString(env, target_url.spec()).Release(),
H A Dpassword_ui_view_android.cc102 env, chrome::kPasswordManagerAccountDashboardURL).Release();
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc542 // As we are returning to Java, it is fine to call Release().
543 return ConvertUTF8ToJavaString(env, match.destination_url.spec()).Release();

Completed in 389 milliseconds

1234567891011>>