Searched defs:owned (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_provider_unittest.cc62 bool owned = mock_provider.SetWebsiteSetting( local
68 EXPECT_TRUE(owned);
77 owned = mock_provider.SetWebsiteSetting(
83 EXPECT_FALSE(owned);
92 owned = mock_provider.SetWebsiteSetting(
98 EXPECT_TRUE(owned);
H A Dcontent_settings_default_provider_unittest.cc105 bool owned = provider_.SetWebsiteSetting( local
111 EXPECT_FALSE(owned);
236 bool owned = otr_provider.SetWebsiteSetting( local
242 EXPECT_FALSE(owned);
H A Dcontent_settings_policy_provider_unittest.cc191 bool owned = provider.SetWebsiteSetting(yt_url_pattern, local
196 EXPECT_FALSE(owned);
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dmulti_profile_browser_status_monitor.cc35 bool owned = multi_user_util::IsProfileFromActiveUser((*it)->profile()); local
37 if (owned && !shown)
39 else if (!owned && shown)
/external/icu/icu4c/source/common/unicode/
H A Dlistformatter.h161 ListFormatInternal* owned; member in class:ListFormatter
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_session_tracker.h79 // that the requested windows and tabs are owned (by setting the boolean
82 // windows and tabs not owned.
86 // longer owned.
91 // |session_tag|, and markes the window as being owned. If none existed for
99 // being owned. If none existed for that session, creates one. Ownership of
155 // mapped tabs, unmapped tabs are owned by the unmapped_tabs_ container).
156 // Note, we pair pointers with bools so that we can track what is owned and
168 owned(false),
170 SessionTabWrapper(SessionTab* tab_ptr, OwnedState owned, int tab_node_id) argument
172 owned(owne
180 bool owned; member in struct:browser_sync::SyncedSessionTracker::SessionTabWrapper
192 SessionWindowWrapper(SessionWindow* window_ptr, OwnedState owned) argument
196 bool owned; member in struct:browser_sync::SyncedSessionTracker::SessionWindowWrapper
[all...]
/external/qemu/util/
H A Dqemu-thread-win32.c55 int owned; local
57 owned = TryEnterCriticalSection(&mutex->lock);
58 if (owned) {
62 return !owned;
/external/chromium_org/chromeos/dbus/
H A Dfake_cryptohome_client.cc176 bool FakeCryptohomeClient::CallTpmIsOwnedAndBlock(bool* owned) { argument
177 *owned = true;
/external/chromium_org/third_party/webrtc/base/
H A Dstream.cc117 bool owned)
118 : stream_(stream), owned_(owned) {
123 void StreamAdapterInterface::Attach(StreamInterface* stream, bool owned) { argument
129 owned_ = owned;
116 StreamAdapterInterface(StreamInterface* stream, bool owned) argument
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp65 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, argument
68 if (owned.isValid()) {
69 return owned.orphan();
/external/chromium_org/third_party/icu/source/i18n/
H A Dalphaindex.cpp64 UnicodeString *ownedString(const UnicodeString &s, LocalPointer<UnicodeString> &owned, argument
67 if (owned.isValid()) {
68 return owned.orphan();
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_test.cc1901 ModelIter(const KVMap* map, bool owned) argument
1902 : map_(map), owned_(owned), iter_(map_->end()) {
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc1107 Widget::Widgets* owned) {
1115 owned->insert(native_widget->GetWidget());
1116 GetAllOwnedWidgets((*i), owned);
1106 GetAllOwnedWidgets(gfx::NativeView native_view, Widget::Widgets* owned) argument
H A Dwidget.cc276 Widgets* owned) {
277 internal::NativeWidgetPrivate::GetAllOwnedWidgets(native_view, owned);
275 GetAllOwnedWidgets(gfx::NativeView native_view, Widgets* owned) argument
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h233 void Init(const char* data, bool owned, MappedFile *file = 0);
510 inline void NGramFstImpl<A>::Init(const char* data, bool owned, argument
517 owned_ = owned;
658 NGramFst(const char* data, bool owned) : ImplToExpandedFst<Impl>(new Impl()) { argument
659 GetImpl()->Init(data, owned, NULL);
/external/chromium_org/v8/src/heap/
H A Dspaces.cc2986 bool owned = (chunk->owner() == this); local
2988 SLOW_DCHECK(!owned || FindObject(address)->IsHeapObject());
2990 return owned;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 443 milliseconds