Searched refs:get (Results 251 - 275 of 5674) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebKit/mac/WebView/
H A DWebScriptWorld.mm67 ASSERT_ARG(world, !allWorlds().contains(_private->world.get()));
68 allWorlds().add(_private->world.get(), self);
85 ASSERT(allWorlds().contains(_private->world.get()));
86 allWorlds().remove(_private->world.get());
115 return world ? world->_private->world.get() : 0;
125 if (WebScriptWorld *existingWorld = allWorlds().get(world))
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleRangeHandle.cpp54 result.first->second = rangeHandle.get();
70 domHandleCache().remove(m_range.get());
75 return m_range.get();
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dclosebugforlanddiff.py44 bug_id = state.get("bug_id")
45 if not bug_id and state.get("patch"):
46 bug_id = state.get("patch").bug_id()
H A Dcreatebug.py44 if state.get("bug_id"):
48 cc = state.get("bug_cc")
51 blocks = state.get("bug_blocked")
/external/chromium/chrome/common/
H A Dchrome_paths_linux.cc30 FilePath config_dir(base::nix::GetXDGDirectory(env.get(),
58 FilePath config_dir(base::nix::GetXDGDirectory(env.get(),
70 FilePath config_dir(base::nix::GetXDGDirectory(env.get(),
83 *result = base::nix::GetXDGUserDirectory(env.get(), "DOCUMENTS", "Documents");
91 *result = base::nix::GetXDGUserDirectory(env.get(), "DOWNLOAD",
111 *result = base::nix::GetXDGUserDirectory(env.get(), "DESKTOP", "Desktop");
/external/clang/lib/Parse/
H A DParseAST.cpp48 llvm::CrashRecoveryContextCleanupRegistrar<Sema> CleaupSema(S.get());
50 ParseAST(*S.get(), PrintStats);
67 Parser &P = *ParseOP.get();
73 CleaupParser(ParseOP.get());
89 Consumer->HandleTopLevelDecl(ADecl.get());
93 Consumer->HandleTopLevelDecl(ADecl.get());
/external/emma/core/java12/com/vladium/jcd/cls/
H A DFieldCollection.java28 public Field_info get (final int offset) method in class:FieldCollection
30 return (Field_info) m_fields.get (offset);
33 public int [] get (final ClassDef cls, final String name) method in class:FieldCollection
44 final Field_info field = (Field_info) m_fields.get (f);
74 _clone.m_fields.add (((Field_info) m_fields.get (f)).clone ());
94 get (i).writeInClassFormat (out);
H A DMethodCollection.java28 public Method_info get (final int offset) method in class:MethodCollection
30 return (Method_info) m_methods.get (offset);
33 public int [] get (final ClassDef cls, final String name) method in class:MethodCollection
44 final Method_info method = (Method_info) m_methods.get (m);
74 _clone.m_methods.add (((Method_info) m_methods.get (m)).clone ());
94 get (i).writeInClassFormat (out);
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DInnerClassesAttribute_info.java37 final InnerClass_info info = get (i);
59 public final InnerClass_info get (final int offset) method in class:InnerClassesAttribute_info
61 return (InnerClass_info) m_classes.get (offset);
90 s.append (" " + get (l));
113 _clone.m_classes.add (((InnerClass_info) classes.get (e)).clone ());
132 ((InnerClass_info) classes.get (l)).writeInClassFormat (out);
/external/llvm/lib/VMCore/
H A DValueTypes.cpp30 VT.LLVMTy = IntegerType::get(Context, BitWidth);
38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements);
160 case MVT::i128: return IntegerType::get(Context, 128);
167 case MVT::v2i8: return VectorType::get(Type::getInt8Ty(Context), 2);
168 case MVT::v4i8: return VectorType::get(Type::getInt8Ty(Context), 4);
169 case MVT::v8i8: return VectorType::get(Type::getInt8Ty(Context), 8);
170 case MVT::v16i8: return VectorType::get(Type::getInt8Ty(Context), 16);
171 case MVT::v32i8: return VectorType::get(Type::getInt8Ty(Context), 32);
172 case MVT::v2i16: return VectorType::get(Type::getInt16Ty(Context), 2);
173 case MVT::v4i16: return VectorType::get(Typ
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DHashIterators.h45 const ValueType* get() const { return (const ValueType*)m_impl.get(); } function in struct:WTF::HashTableConstIteratorAdapter
46 const ValueType& operator*() const { return *get(); }
47 const ValueType* operator->() const { return get(); }
67 ValueType* get() const { return (ValueType*)m_impl.get(); } function in struct:WTF::HashTableIteratorAdapter
68 ValueType& operator*() const { return *get(); }
69 ValueType* operator->() const { return get(); }
92 const KeyType* get() const { return &(m_impl.get() function in struct:WTF::HashTableConstKeysIterator
109 const MappedType* get() const { return &(m_impl.get()->second); } function in struct:WTF::HashTableConstValuesIterator
127 KeyType* get() const { return &(m_impl.get()->first); } function in struct:WTF::HashTableKeysIterator
150 MappedType* get() const { return &(m_impl.get()->second); } function in struct:WTF::HashTableValuesIterator
[all...]
/external/webkit/Source/WebCore/platform/audio/
H A DHRTFDatabase.cpp61 ASSERT(hrtfElevation.get());
62 if (!hrtfElevation.get())
79 m_elevations[i + jj] = HRTFElevation::createByInterpolatingSlices(m_elevations[i].get(), m_elevations[j].get(), x, sampleRate);
80 ASSERT(m_elevations[i + jj].get());
101 HRTFElevation* hrtfElevation = m_elevations[elevationIndex].get();
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DPlatformImage.cpp67 memset(m_pixelData.get(), 0, bufferSize);
75 skiaBitmap->copyPixelsTo(m_pixelData.get(), bufferSize);
77 // FIXME: we should get rid of this temporary copy where possible.
95 colorSpace = colorSpaceReleaser.get();
98 RetainPtr<CGContextRef> tempContext(AdoptCF, CGBitmapContextCreate(m_pixelData.get(),
102 CGContextSetBlendMode(tempContext.get(), kCGBlendModeCopy);
103 CGContextDrawImage(tempContext.get(),
/external/webkit/Source/WebCore/platform/graphics/win/
H A DWKCAImageQueue.cpp79 return wkCAImageQueueCollect(m_private->m_imageQueue.get());
84 return wkCAImageQueueInsertImage(m_private->m_imageQueue.get(), t, type, id, flags, release, info);
89 return wkCAImageQueueRegisterPixelBuffer(m_private->m_imageQueue.get(), data, data_size, rowbytes, width, height, pixel_format, attachments, flags);
94 wkCAImageQueueSetFlags(m_private->m_imageQueue.get(), mask, flags);
97 CFTypeRef WKCAImageQueue::get() function in class:WebCore::WKCAImageQueue
99 return m_private->m_imageQueue.get();
/external/webkit/Source/WebCore/platform/mac/
H A DDragDataMac.mm66 return [[m_pasteboard.get() types] containsObject:WebSmartPastePboardType];
71 return [[m_pasteboard.get() types] containsObject:NSColorPboardType];
76 return [[m_pasteboard.get() types] containsObject:NSFilenamesPboardType];
81 NSArray *filenames = [m_pasteboard.get() propertyListForType:NSFilenamesPboardType];
90 NSArray *types = [m_pasteboard.get() types];
96 || [NSURL URLFromPasteboard:m_pasteboard.get()];
101 Pasteboard pasteboard(m_pasteboard.get());
107 NSColor *color = [NSColor colorFromPasteboard:m_pasteboard.get()];
128 NSMutableSet *types = [NSMutableSet setWithArray:[m_pasteboard.get() types]];
144 if (NSString *URLTitleString = [m_pasteboard.get() stringForTyp
[all...]
/external/webkit/Source/WebCore/storage/
H A DIDBFactoryBackendImpl.cpp91 backingStore = IDBSQLiteBackingStore::open(securityOrigin.get(), dataDir, maximumSize, fileIdentifier, this);
94 backingStore = IDBLevelDBBackingStore::open(securityOrigin.get(), dataDir, maximumSize, fileIdentifier, this);
102 RefPtr<IDBDatabaseBackendImpl> databaseBackend = IDBDatabaseBackendImpl::create(name, backingStore.get(), m_transactionCoordinator.get(), this, uniqueIdentifier);
103 callbacks->onSuccess(databaseBackend.get());
104 m_databaseBackendMap.set(uniqueIdentifier, databaseBackend.get());
H A DOriginQuotaManager.cpp76 ASSERT(!m_usageMap.contains(origin.get()));
91 OriginUsageRecord* usageRecord = m_usageMap.get(origin);
101 if (OriginUsageRecord* usageRecord = m_usageMap.get(origin))
109 if (OriginUsageRecord* usageRecord = m_usageMap.get(origin)) {
119 OriginUsageRecord* usageRecord = m_usageMap.get(database->securityOrigin());
129 OriginUsageRecord* usageRecord = m_usageMap.get(origin);
/external/webkit/Source/WebCore/svg/properties/
H A DSVGPathSegListPropertyTearOff.cpp41 static_cast<SVGPathSegWithContext*>(item.get())->setContextAndRole(0, PathSegUndefinedRole);
52 ASSERT(static_cast<SVGPathSegWithContext*>(returnedItem.get())->contextElement() == contextElement());
53 ASSERT(static_cast<SVGPathSegWithContext*>(returnedItem.get())->role() == m_pathSegRole);
63 static_cast<SVGPathSegWithContext*>(removedItem.get())->setContextAndRole(0, PathSegUndefinedRole);
77 SVGPathSegWithContext* newItemWithContext = static_cast<SVGPathSegWithContext*>(newItem.get());
94 int removedIndex = static_cast<SVGAnimatedPathSegListPropertyTearOff*>(animatedPropertyOfItem)->removeItemFromList(newItem.get(), livesInOtherList);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebdatabase.cpp42 Databases are grouped together in security origins. To get access to all databases defined by
90 DatabaseDetails details = DatabaseTracker::tracker().detailsForNameAndOrigin(d->name, d->origin.get());
103 DatabaseDetails details = DatabaseTracker::tracker().detailsForNameAndOrigin(d->name, d->origin.get());
116 DatabaseDetails details = DatabaseTracker::tracker().detailsForNameAndOrigin(d->name, d->origin.get());
151 return DatabaseTracker::tracker().fullPathForDatabase(d->origin.get(), d->name, false);
162 QWebSecurityOriginPrivate* priv = new QWebSecurityOriginPrivate(d->origin.get());
174 DatabaseTracker::tracker().deleteDatabase(db.d->origin.get(), db.d->name);
/external/webkit/Source/WebKit2/Platform/gtk/
H A DRunLoopGtk.cpp77 g_source_set_priority(source.get(), G_PRIORITY_DEFAULT);
78 g_source_set_callback(source.get(), reinterpret_cast<GSourceFunc>(&RunLoop::queueWork), this, 0);
79 g_source_attach(source.get(), m_runLoopContext);
118 g_source_set_callback(m_timerSource.get(), reinterpret_cast<GSourceFunc>(&RunLoop::TimerBase::timerFiredCallback), this,
120 g_source_attach(m_timerSource.get(), m_runLoop->m_runLoopContext);
128 g_source_destroy(m_timerSource.get());
/external/webkit/Source/WebKit2/UIProcess/win/
H A DBackingStoreWin.cpp46 operator HDC() const { return m_dc.get(); }
55 , m_originalBitmap(static_cast<HBITMAP>(::SelectObject(m_dc.get(), bitmap)))
61 ::SelectObject(m_dc.get(), m_originalBitmap);
67 ::BitBlt(dc, rect.x(), rect.y(), rect.width(), rect.height(), BitmapDC(m_bitmap.get(), dc), rect.x(), rect.y(), SRCCOPY);
87 BitmapDC dc(m_bitmap.get(), 0);
106 ::ScrollDC(BitmapDC(m_bitmap.get(), 0), scrollOffset.width(), scrollOffset.height(), &winScrollRect, &winScrollRect, 0, 0);
/external/chromium/android/autofill/
H A Dprofile_android.cc62 return personal_data_.get();
71 return url_request_context_getter_.get();
/external/chromium/android/content/browser/tab_contents/
H A Dtab_contents.h30 Profile* profile() { return profile_.get(); }
31 void SetProfileRequestContext(net::URLRequestContextGetter* context) { static_cast<ProfileImplAndroid*>(profile_.get())->SetRequestContext(context); }
/external/chromium/base/memory/
H A Dlinked_ptr_unittest.cc39 ASSERT_EQ(a0.get(), static_cast<A*>(NULL));
40 ASSERT_EQ(a1.get(), static_cast<A*>(NULL));
41 ASSERT_EQ(a2.get(), static_cast<A*>(NULL));
51 ASSERT_TRUE(a0.get() == a3);
52 ASSERT_TRUE(a0 == a3.get());
56 ASSERT_TRUE(a5.get() != a3);
57 ASSERT_TRUE(a5 != a3.get());
72 b0.get()->Use();
/external/chromium/chrome/browser/extensions/
H A Dextension_i18n_api.cc41 static_cast<ListValue*>(result_.get())->
50 if (static_cast<ListValue*>(result_.get())->GetSize() == 0) {

Completed in 776 milliseconds

<<11121314151617181920>>