Searched defs:NULL (Results 126 - 150 of 773) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_controller.cc50 return prefetch_match != result.end() ? &(*prefetch_match) : NULL;
68 return NULL;
77 popup_(NULL),
110 omnibox_edit_model_->OnPopupDataChanged(base::string16(), NULL, local
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_model_unittest.cc43 virtual GlobalErrorBubbleViewBase* GetBubbleView() OVERRIDE { return NULL; }
75 TestingBrowserProcess::GetGlobal()->SetLocalState(NULL); variable
201 ASSERT_EQ(NULL, browser()->tab_strip_model()->GetActiveWebContents());
/external/chromium_org/chromecast/service/
H A Dcast_service_simple.cc106 content::WebContents::CreateParams create_params(browser_context(), NULL); local
128 gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, NULL);
/external/chromium_org/crypto/
H A Dscoped_capi_types.h50 explicit ScopedCAPIHandle(CAPIHandle handle = NULL) : handle_(handle) {} argument
56 void reset(CAPIHandle handle = NULL) { argument
68 CHECK(handle_ == NULL);
88 handle_ = NULL;
/external/chromium_org/jingle/notifier/base/
H A Dxmpp_connection_unittest.cc103 &mock_xmpp_connection_delegate_, NULL); local
112 OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL));
116 &mock_xmpp_connection_delegate_, NULL); local
131 OnError(buzz::XmppEngine::ERROR_AUTH, 5, NULL));
150 OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL));
163 OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL));
167 &mock_xmpp_connection_delegate_, NULL); local
182 &mock_xmpp_connection_delegate_, NULL); local
189 EXPECT_EQ(NULL, weak_ptr.get());
200 &mock_xmpp_connection_delegate_, NULL);
223 &mock_xmpp_connection_delegate_, NULL); local
241 &mock_xmpp_connection_delegate_, NULL); local
[all...]
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dscoped_ref.h17 ScopedRefBase() : ptr_(NULL) {}
18 ~ScopedRefBase() { reset(NULL); }
57 void reset(T* obj = NULL) { ScopedRefBase::reset(obj); } argument
80 return (ptr_ != NULL) ? &ScopedRef::bool_as_func_impl : 0;
/external/chromium_org/net/quic/
H A Dquic_client_session_test.cc46 session_(connection_, GetSocket().Pass(), NULL,
48 make_scoped_ptr((QuicServerInfo*)NULL), DefaultQuicConfig(),
53 &crypto_config_, NULL); local
134 EXPECT_TRUE(stream != NULL);
143 EXPECT_EQ(NULL, session_.CreateOutgoingDataStream());
/external/chromium_org/ppapi/cpp/
H A Dgraphics_2d.cc77 NULL); local
82 NULL); local
/external/chromium_org/remoting/host/
H A Dipc_util_win.cc67 security_attributes.lpSecurityDescriptor = NULL;
79 NULL)); local
/external/chromium_org/sandbox/linux/services/
H A Dunix_domain_socket_unittest.cc94 base::ScopedFD* write_pipe = NULL) {
92 RecvHello(int fd, base::ProcessId* sender_pid, base::ScopedFD* write_pipe = NULL) argument
/external/chromium_org/third_party/libxslt/libexslt/
H A Ddynamic.c55 xmlChar *str = NULL;
56 xmlXPathObjectPtr ret = NULL;
58 if (ctxt == NULL)
61 xsltPrintErrorContext(xsltXPathGetTransformContext(ctxt), NULL, NULL); local
71 valuePush(ctxt,xmlXPathNewNodeSet(NULL));
80 valuePush(ctxt,xmlXPathNewNodeSet(NULL));
99 xmlChar *str = NULL;
100 xmlNodeSetPtr nodeset = NULL;
102 xmlXPathCompExprPtr comp = NULL;
153 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
[all...]
H A Dsaxon.c90 if (xmlXPathCheckError(ctxt) || (arg == NULL)) {
100 if (ret == NULL) {
102 if (ret == NULL) {
203 xmlNodePtr cur = NULL;
212 if ((ctxt->value == NULL) || (ctxt->value->type != XPATH_NODESET)) {
213 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
221 if ((nodelist == NULL) || (nodelist->nodeNr <= 0)) {
234 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dextra.c67 if (ctxt->templTab[j]->name != NULL)
70 if (ctxt->templTab[j]->match != NULL)
73 if (ctxt->templTab[j]->mode != NULL)
82 if (ctxt->varsTab[j] == NULL)
86 while (cur != NULL) {
87 if (cur->comp == NULL) {
95 if (cur->name != NULL)
101 if (cur->value != NULL) {
104 xsltGenericError(xsltGenericErrorContext, "NULL !!!!");
133 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NUL local
141 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
183 xsltTransformError(xsltXPathGetTransformContext(ctxt), NULL, NULL, local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_fb.c65 nouveau_bo_ref(NULL, &nfb->hierz.bo);
67 NULL, &nfb->hierz.bo); local
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_cache.c88 cache->last = NULL;
114 cache->last = NULL;
123 NULL); local
125 _mesa_reference_program(ctx, &c->program, NULL);
129 cache->items[i] = NULL;
148 return NULL;
192 return NULL;
/external/chromium_org/third_party/skia/gm/
H A Dcolorfilterimagefilter.cpp21 static SkImageFilter* make_blur(float amount, SkImageFilter* input = NULL) { argument
25 static SkImageFilter* make_brightness(float amount, SkImageFilter* input = NULL) { argument
35 static SkImageFilter* make_grayscale(SkImageFilter* input = NULL) { argument
46 static SkImageFilter* make_mode_blue(SkImageFilter* input = NULL) { argument
H A Dmatrixconvolution.cpp55 const SkImageFilter::CropRect* cropRect = NULL) {
72 NULL,
53 draw(SkCanvas* canvas, int x, int y, const SkIPoint& kernelOffset, SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha, const SkImageFilter::CropRect* cropRect = NULL) argument
H A Dresizeimagefilter.cpp39 SkImageFilter* input = NULL) {
35 draw(SkCanvas* canvas, const SkRect& rect, const SkSize& deviceSize, SkPaint::FilterLevel filterLevel, SkImageFilter* input = NULL) argument
/external/chromium_org/third_party/skia/include/core/
H A DSkSurface.h37 * supported configuration, NULL will be returned.
40 const SkSurfaceProps* = NULL);
48 void* context, const SkSurfaceProps* = NULL);
55 * supported configuration, NULL will be returned.
57 static SkSurface* NewRaster(const SkImageInfo&, const SkSurfaceProps* = NULL);
64 static SkSurface* NewRasterPMColor(int width, int height, const SkSurfaceProps* props = NULL) { argument
74 return NewRenderTargetDirect(target, NULL);
82 const SkSurfaceProps* = NULL);
85 return NewRenderTarget(gr, info, 0, NULL);
101 const SkSurfaceProps* = NULL);
[all...]
/external/chromium_org/third_party/skia/include/effects/
H A DSkPerlinNoiseShader.h54 * If tileSize isn't NULL or an empty size, the tileSize parameter will be used to modify
56 * is NULL or an empty size, the frequencies will be used as is without modification.
60 const SkISize* tileSize = NULL);
63 const SkISize* tileSize = NULL);
70 const SkISize* tileSize = NULL) {
68 CreateTubulence(SkScalar baseFrequencyX, SkScalar baseFrequencyY, int numOctaves, SkScalar seed, const SkISize* tileSize = NULL) argument
/external/chromium_org/third_party/skia/include/gpu/
H A DGrCoordTransform.h59 GrCoordTransform(GrCoordSet sourceCoords, const SkMatrix& m, const GrTexture* texture = NULL) { argument
70 void reset(GrCoordSet sourceCoords, const SkMatrix& m, const GrTexture* texture = NULL) { argument
/external/chromium_org/third_party/skia/src/ports/
H A DSkTypeface_win_dw.h47 IDWriteFontFileLoader* fontFileLoader = NULL,
48 IDWriteFontCollectionLoader* fontCollectionLoader = NULL)
59 // IUnknown::QueryInterface states that if it fails, punk will be set to NULL.
61 SK_ALWAYSBREAK(NULL == fDWriteFontFace1.get());
81 IDWriteFontFileLoader* fontFileLoader = NULL,
82 IDWriteFontCollectionLoader* fontCollectionLoader = NULL) {
42 DWriteFontTypeface(SkTypeface::Style style, SkFontID fontID, IDWriteFactory* factory, IDWriteFontFace* fontFace, IDWriteFont* font, IDWriteFontFamily* fontFamily, IDWriteFontFileLoader* fontFileLoader = NULL, IDWriteFontCollectionLoader* fontCollectionLoader = NULL) argument
77 Create(IDWriteFactory* factory, IDWriteFontFace* fontFace, IDWriteFont* font, IDWriteFontFamily* fontFamily, IDWriteFontFileLoader* fontFileLoader = NULL, IDWriteFontCollectionLoader* fontCollectionLoader = NULL) argument
/external/chromium_org/third_party/speex/libspeex/
H A Dmodes.c49 #ifndef NULL
50 #define NULL 0 macro
162 NULL,
166 NULL,
183 NULL,
332 {NULL, &nb_submode1, &nb_submode2, &nb_submode3, &nb_submode4, &nb_submode5, &nb_submode6, &nb_submode7,
333 &nb_submode8, NULL, NULL, NULL, NULL, NUL
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DNETEQTEST_RTPpacket.h96 uint8_t **payloadPtr = NULL) const;
97 uint16_t parseRTPheader(uint8_t **payloadPtr = NULL) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dunit_test.h79 void* decoderSpecificInfo = NULL) :
84 const webrtc::RTPFragmentationHeader* fragmentation = NULL);
77 UnitTestEncodeCompleteCallback(webrtc::VideoFrame* buffer, uint32_t decoderSpecificSize = 0, void* decoderSpecificInfo = NULL) argument

Completed in 559 milliseconds

1234567891011>>