OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:beginupdate
(Results
1 - 16
of
16
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc
70
EXPECT_TRUE(store_->
BeginUpdate
());
104
EXPECT_TRUE(test_store.
BeginUpdate
());
127
EXPECT_TRUE(test_store.
BeginUpdate
());
144
EXPECT_FALSE(test_store.
BeginUpdate
());
safe_browsing_store_unittest_helper.cc
29
EXPECT_TRUE(store->
BeginUpdate
());
60
EXPECT_TRUE(store->
BeginUpdate
());
116
EXPECT_TRUE(store->
BeginUpdate
());
149
EXPECT_TRUE(store->
BeginUpdate
());
182
EXPECT_TRUE(store->
BeginUpdate
());
201
EXPECT_TRUE(store->
BeginUpdate
());
222
EXPECT_TRUE(store->
BeginUpdate
());
287
EXPECT_TRUE(store->
BeginUpdate
());
305
EXPECT_TRUE(store->
BeginUpdate
());
327
EXPECT_TRUE(store->
BeginUpdate
());
[
all
...]
safe_browsing_store_file.h
135
virtual bool
BeginUpdate
();
261
// on
BeginUpdate
() so that it can be queried during the
safe_browsing_store.h
187
virtual bool
BeginUpdate
() = 0;
safe_browsing_database.cc
[
all
...]
safe_browsing_store_file.cc
375
bool SafeBrowsingStoreFile::
BeginUpdate
() {
/external/skia/include/images/
SkFlipPixelRef.h
33
const SkRegion&
beginUpdate
(SkBitmap* device);
74
fDirty = &ref->
beginUpdate
(&fBitmap);
/external/skia/legacy/include/images/
SkFlipPixelRef.h
33
const SkRegion&
beginUpdate
(SkBitmap* device);
84
fDirty = &ref->
beginUpdate
(&fBitmap);
/external/skia/src/images/
SkFlipPixelRef.cpp
25
const SkRegion& SkFlipPixelRef::
beginUpdate
(SkBitmap* device) {
/external/skia/legacy/src/images/
SkFlipPixelRef.cpp
25
const SkRegion& SkFlipPixelRef::
beginUpdate
(SkBitmap* device) {
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macevents.c
387
BeginUpdate
(SDL_Window);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp
134
if(KErrNone == iDsb.Dsb().
BeginUpdate
(info))
dsa.cpp
541
if(KErrNone == iDsb.Dsb().
BeginUpdate
(info))
dsa_new.cpp
260
if(KErrNone == iDsb.Dsb().
BeginUpdate
(info))
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm
487
// AppKit may have tried to help us by doing a
BeginUpdate
.
489
// We reset the port's visible region to counteract what
BeginUpdate
did.
[
all
...]
/external/webkit/Source/WebKit/mac/
ChangeLog-2002-12-03
[
all
...]
Completed in 209 milliseconds