Searched refs:owned (Results 1 - 25 of 35) sorted by relevance

12

/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/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...]
H A Dsynced_session_tracker.cc161 window_map_iter->second.owned = false;
174 tab_map_iter->second.owned = false;
183 if (!window_wrapper.owned) {
195 if (!tab_wrapper.owned) {
246 iter->second.owned = true;
298 CHECK(!synced_tab_map_[session_tag][tab_id].owned);
301 synced_tab_map_[session_tag][tab_id].owned = true;
/external/icu/icu4c/source/common/
H A Dlistformatter.cpp92 owned(other.owned), data(other.data) {
93 if (other.owned != NULL) {
94 owned = new ListFormatInternal(*other.owned);
95 data = owned;
103 delete owned;
104 if (other.owned) {
105 owned = new ListFormatInternal(*other.owned);
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DOwnedMonitorsTest.java53 * owned by 'TESTED_THREAD' thread
90 int owned = reply.getNextValueAsInt();
91 logWriter.println("owned monitors: " + owned);
96 for (int i =0; i < owned; i++) {
124 // check that at least two owned monitors are returned
125 if (owned < 2) {
126 printErrorAndFail("wrong number of owned monitors: " + owned + " (expected at least 2)");
/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/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/third_party/skia/tests/
H A Dskia_test.cpp165 SkAutoTDelete<Test> owned(test);
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h65 MOCK_METHOD1(CallTpmIsOwnedAndBlock, bool(bool* owned));
H A Dfake_cryptohome_client.cc176 bool FakeCryptohomeClient::CallTpmIsOwnedAndBlock(bool* owned) { argument
177 *owned = true;
H A Dcryptohome_client.h202 virtual bool CallTpmIsOwnedAndBlock(bool* owned) = 0;
H A Dfake_cryptohome_client.h63 virtual bool CallTpmIsOwnedAndBlock(bool* owned) OVERRIDE;
/external/chromium_org/ui/views/widget/
H A Dnative_widget_private.h67 Widget::Widgets* owned);
111 // method assumes that the widget's child layers which are owned by a view are
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
/external/skia/tests/
H A Dskia_test.cpp184 SkAutoTDelete<Test> owned(test);
/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/third_party/webrtc/base/
H A Dstream.h126 // GetReadData returns a pointer to a buffer which is owned by the stream.
136 // GetWriteBuffer returns a pointer to a buffer which is owned by the stream.
238 // In the meantime, use the owned flag to indicate whether the adapter should
245 explicit StreamAdapterInterface(StreamInterface* stream, bool owned = true);
312 void Attach(StreamInterface* stream, bool owned = true);
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/chromium_org/v8/src/
H A Dcompiler.h384 bool owned = true) {
386 ast_value_factory_owned_ = owned;
452 ScriptCompiler::ExternalSourceStream* source_stream_; // Not owned.
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd153 # and only if you owned it before the call.)
159 # that has been interned, or a new (``owned'') reference to an
H A Dstring.pxd153 # and only if you owned it before the call.)
159 # that has been interned, or a new (``owned'') reference to an
/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();

Completed in 992 milliseconds

12