Searched refs:get (Results 201 - 225 of 5674) sorted by relevance

1234567891011>>

/external/webkit/Tools/WebKitTestRunner/
H A DStringFunctions.h54 return toWK(string.get());
64 return toJS(string.get());
71 size_t stringLength = WKStringGetUTF8CString(string, buffer.get(), bufferSize);
72 return std::string(buffer.get(), stringLength - 1);
77 return toSTD(string.get());
92 return out << stringRef.get();
105 return out << urlRef.get();
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFELighting.cpp70 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
71 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
73 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
74 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
81 int left = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
82 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
83 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
85 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
86 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
87 int bottomRight = static_cast<int>(pixels->get(offse
[all...]
/external/webkit/Tools/DumpRenderTree/cg/
H A DImageDiffCG.cpp80 CFDataAppendBytes(data.get(), buffer, static_cast<CFIndex>(bytesRead));
83 RetainPtr<CGDataProviderRef> dataProvider(AdoptCF, CGDataProviderCreateWithCFData(data.get()));
84 return RetainPtr<CGImageRef>(AdoptCF, CGImageCreateWithPNGDataProvider(dataProvider.get(), 0, false, kCGRenderingIntentDefault));
101 CGContextDrawImage(baseContext.get(), CGRectMake(0, 0, width, height), baseImage);
106 CGContextDrawImage(context.get(), CGRectMake(0, 0, width, height), testImage);
155 diffImage.adoptCF(CGImageCreate(width, height, 8, 8, width, diffColorspace, 0, provider.get(), 0, false, kCGRenderingIntentDefault));
221 if ((CGImageGetWidth(actualImage.get()) == CGImageGetWidth(baselineImage.get())) && (CGImageGetHeight(actualImage.get()) == CGImageGetHeight(baselineImage.get()))
[all...]
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc97 // get a pointer to where to read the data to.
116 // get a pointer to where to write from.
221 // Just best-effort on the journal file, don't want to get lost in
261 // With SQLite support gone, one way to get to this code is if the
292 if (file.get() == NULL) return false;
295 if (!ReadAndVerifyHeader(filename_, file.get(), &header, NULL))
300 if (!FileSkip(add_prefix_offset, file.get()))
303 if (!ReadToVector(add_prefixes, header.add_prefix_count, file.get(), NULL))
314 if (file.get() == NULL) return false;
317 if (!ReadAndVerifyHeader(filename_, file.get(),
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.cc34 // How close the mouse can get to the infobubble before it starts sliding
91 GtkWidget* parent = gtk_widget_get_parent(container_.get());
118 gtk_widget_show(container_.get());
128 gtk_widget_hide(container_.get());
137 gtk_label_set_text(GTK_LABEL(label_.get()), status_utf8.c_str());
139 gtk_widget_size_request(label_.get(), &req);
166 if (!GTK_WIDGET_REALIZED(container_.get()))
169 GtkWidget* parent = gtk_widget_get_parent(container_.get());
180 GtkWidget* toplevel = gtk_widget_get_toplevel(container_.get());
187 gtk_widget_size_request(container_.get(),
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObject.cpp107 m_globalScopeChain.set(*m_globalData, this, new (m_globalData.get()) ScopeChainNode(0, this, m_globalData.get(), this, thisValue));
109 JSGlobalObject::globalExec()->init(0, 0, m_globalScopeChain.get(), CallFrame::noCaller(), 0, 0);
173 m_functionStructure.set(exec->globalData(), this, JSFunction::createStructure(exec->globalData(), m_functionPrototype.get()));
174 m_internalFunctionStructure.set(exec->globalData(), this, InternalFunction::createStructure(exec->globalData(), m_functionPrototype.get()));
177 m_functionPrototype->addFunctionProperties(exec, this, m_functionStructure.get(), &callFunction, &applyFunction);
180 m_objectPrototype.set(exec->globalData(), this, new (exec) ObjectPrototype(exec, this, ObjectPrototype::createStructure(exec->globalData(), jsNull()), m_functionStructure.get()));
181 m_functionPrototype->structure()->setPrototypeWithoutTransition(exec->globalData(), m_objectPrototype.get());
185 m_callbackFunctionStructure.set(exec->globalData(), this, JSCallbackFunction::createStructure(exec->globalData(), m_functionPrototype.get()));
186 m_argumentsStructure.set(exec->globalData(), this, Arguments::createStructure(exec->globalData(), m_objectPrototype.get()));
[all...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DLoginContext1Test.java149 Configuration conf = configs.get(appName);
244 public static TestConfig get() { method in class:LoginContext1Test.TestConfig
282 * instance do <b>not</b> get tracked.
345 static TestLoginModule get(int i) { method in class:LoginContext1Test.TestLoginModule
346 return instances.get(i);
677 assertTrue(TestConfig.get().wasTheNameQueried(name));
688 assertTrue(TestConfig.get().wasTheNameQueried(name));
690 assertTrue(TestConfig.get().wasTheNameQueried("other"));
889 assertTrue(TestLoginModule.get(0).initCalled);
890 assertTrue(TestLoginModule.get(
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DWKCACFViewLayerTreeHost.cpp87 WKCACFViewUpdate(m_view.get(), window(), &bounds);
122 WKCACFViewSetContextUserData(m_view.get(), userData);
123 WKCACFViewSetLayer(m_view.get(), layer->platformLayer());
124 WKCACFViewSetContextDidChangeCallback(m_view.get(), contextDidChangeCallback, this);
135 return WKCACFViewCanDraw(m_view.get());
141 WKCACFViewUpdate(m_view.get(), 0, 0);
142 WKCACFViewSetContextUserData(m_view.get(), 0);
143 WKCACFViewSetLayer(m_view.get(), 0);
144 WKCACFViewSetContextDidChangeCallback(m_view.get(), 0, 0);
151 return WKCACFViewGetLastCommitTime(m_view.get());
[all...]
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm249 [[NSNotificationCenter defaultCenter] removeObserver:m_objcObserver.get()];
250 [m_objcObserver.get() disconnect];
370 [[NSNotificationCenter defaultCenter] removeObserver:m_objcObserver.get()];
389 [m_qtMovie.get() setVolume:m_player->volume()];
394 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get()
397 object:m_qtMovie.get()];
403 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get()
406 object:m_qtMovie.get()];
409 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get()
412 object:m_qtMovie.get()];
[all...]
/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginPackageGtk.cpp77 gchar** mimeData = g_strsplit(mime.get(), ":", 3);
141 while (g_file_test(finalPath.get(), G_FILE_TEST_IS_SYMLINK)) {
142 GRefPtr<GFile> file = adoptGRef(g_file_new_for_path(finalPath.get()));
143 GRefPtr<GFile> dir = adoptGRef(g_file_get_parent(file.get()));
144 GOwnPtr<gchar> linkPath(g_file_read_link(finalPath.get(), 0));
145 GRefPtr<GFile> resolvedFile = adoptGRef(g_file_resolve_relative_path(dir.get(), linkPath.get()));
146 finalPath.set(g_file_get_path(resolvedFile.get()));
152 GOwnPtr<gchar> baseName(g_path_get_basename(finalPath.get()));
153 if (!g_strcmp0(baseName.get(), "libflashplaye
[all...]
/external/chromium/base/i18n/
H A Dchar_iterator_unittest.cc26 ASSERT_EQ('s', iter.get());
32 ASSERT_EQ(251, iter.get());
38 ASSERT_EQ('r', iter.get());
46 iter.get();
69 ASSERT_EQ('x', iter.get());
75 ASSERT_EQ(251, iter.get());
81 ASSERT_EQ(120120, iter.get());
87 ASSERT_EQ('z', iter.get());
95 iter.get();
/external/llvm/unittests/VMCore/
H A DConstantsTest.cpp19 IntegerType* Int1 = IntegerType::get(getGlobalContext(), 1);
20 Constant* One = ConstantInt::get(Int1, 1, true);
21 Constant* Zero = ConstantInt::get(Int1, 0);
22 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true);
24 Constant* Undef = UndefValue::get(Int1);
101 EXPECT_EQ(100, ConstantInt::get(Int8Ty, 100, false)->getSExtValue());
102 EXPECT_EQ(100, ConstantInt::get(Int8Ty, 100, true)->getSExtValue());
104 EXPECT_EQ(-50, ConstantInt::get(Int8Ty, 206)->getSExtValue());
109 EXPECT_EQ(0x3b, ConstantInt::get(Int8Ty, 0x13b)->getSExtValue());
H A DVerifierTest.cpp27 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false);
29 BasicBlock *Entry = BasicBlock::Create(C, "entry", F.get());
30 BasicBlock *Exit = BasicBlock::Create(C, "exit", F.get());
41 Constant *Zero32 = ConstantInt::get(IntegerType::get(C, 32), 0);
/external/webkit/Source/WebCore/platform/network/cf/
H A DFormDataStreamCFNet.cpp85 CFArrayAppendValue(array.get(), data.get());
88 CFArrayAppendValue(array.get(), filename.get());
92 wkCFURLRequestSetHTTPRequestBodyParts(request, array.get());
98 return FormData::create(CFDataGetBytePtr(bodyData.get()), CFDataGetLength(bodyData.get()));
103 CFIndex count = CFArrayGetCount(bodyParts.get());
105 CFTypeRef bodyPart = CFArrayGetValueAtIndex(bodyParts.get(), i);
/external/chromium/chrome/browser/prefs/
H A Dsession_startup_pref_unittest.cc16 SessionStartupPref::RegisterUserPrefs(pref_service_.get());
29 SessionStartupPref::GetStartupPref(pref_service_.get());
48 SessionStartupPref::GetStartupPref(pref_service_.get());
54 SessionStartupPref::SetStartupPref(pref_service_.get(), override_test);
56 result = SessionStartupPref::GetStartupPref(pref_service_.get());
/external/llvm/lib/CodeGen/
H A DRegisterClassInfo.h36 return makeArrayRef(Order.get(), NumRegs);
64 const RCInfo &get(const TargetRegisterClass *RC) const { function in class:llvm::RegisterClassInfo
81 return get(RC).NumRegs;
88 return get(RC);
98 return get(RC).ProperSubClass;
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalueiterator.cpp72 : d_ptr(new QScriptValueIteratorPrivate(QScriptValuePrivate::get(object)))
170 return QScriptStringPrivate::get(d_ptr->scriptName());
181 return QScriptValuePrivate::get(d_ptr->value());
192 d_ptr->setValue(QScriptValuePrivate::get(value));
224 d_ptr = new QScriptValueIteratorPrivate(QScriptValuePrivate::get(object));
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DRefCountObject.h49 RefCountObject *get() const { return mObject; } function in class:gl::RefCountObjectBindingPointer
53 bool operator ! () const { return (get() == NULL); }
64 ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); } function in class:gl::BindingPointer
65 ObjectType *operator -> () const { return get(); }
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityMenuListOption.cpp51 return m_element.get();
63 return !static_cast<HTMLOptionElement*>(m_element.get())->ownElementDisabled();
81 return static_cast<HTMLOptionElement*>(m_element.get())->selected();
89 static_cast<HTMLOptionElement*>(m_element.get())->setSelected(b);
115 return static_cast<HTMLOptionElement*>(m_element.get())->text();
/external/webkit/Source/WebCore/css/
H A DCSSImageValue.cpp48 static_cast<StyleCachedImage*>(m_image.get())->cachedImage()->removeClient(this);
59 return m_image.get();
80 return (m_image && m_image->isCachedImage()) ? static_cast<StyleCachedImage*>(m_image.get()) : 0;
87 return static_cast<StyleCachedImage*>(m_image.get())->cachedImage()->url();
93 static_cast<StyleCachedImage*>(m_image.get())->cachedImage()->removeClient(this);
/external/webkit/Source/WebCore/editing/
H A DReplaceNodeWithSpanCommand.cpp60 for (Node* child = nodeToReplace->firstChild(); child; child = nextChild.get()) {
78 swapInNodePreservingAttributesAndChildren(m_spanElement.get(), m_elementToReplace.get());
85 swapInNodePreservingAttributesAndChildren(m_elementToReplace.get(), m_spanElement.get());
/external/webkit/Source/WebCore/page/
H A DSecurityOriginHash.h50 return hash(origin.get());
65 return equal(a, b.get());
69 return equal(a.get(), b);
73 return equal(a.get(), b.get());
/external/webkit/Source/WebCore/platform/cf/
H A DRunLoopTimerCF.cpp51 CFRunLoopTimerInvalidate(m_timer.get());
60 CFRunLoopAddTimer(schedulePair->runLoop(), m_timer.get(), schedulePair->mode());
67 schedule((*it).get());
74 CFRunLoopTimerInvalidate(m_timer.get());
80 return m_timer && CFRunLoopTimerIsValid(m_timer.get());
/external/webkit/Source/WebKit/chromium/src/
H A DWebIDBKeyRange.cpp59 if (!m_private.get())
66 if (!m_private.get())
73 return m_private.get() && m_private->lowerOpen();
78 return m_private.get() && m_private->upperOpen();
94 return m_private.get();
/external/webkit/Tools/QueueStatusServer/handlers/
H A Dupdatestatus.py39 def get(self): member in class:UpdateStatus
51 queue_name = self.request.get("queue_name")
52 bot_id = self.request.get("bot_id")
57 queue_status.message = self.request.get("status")
58 results_file = self.request.get("results_file")

Completed in 602 milliseconds

1234567891011>>