OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:table_builder_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/visitedlink/
visitedlink_master.cc
151
// We mark that we're rebuilding from history by setting the
table_builder_
225
if (
table_builder_
.get()) {
230
table_builder_
->DisownMaster();
276
if (
table_builder_
) {
300
if (!
table_builder_
&& index != null_hash_) {
312
if (!
table_builder_
&& index != null_hash_)
317
if (!
table_builder_
)
346
if (
table_builder_
) {
828
DCHECK(!
table_builder_
);
829
if (
table_builder_
)
[
all
...]
visitedlink_master.h
271
// history. This will set
table_builder_
while working, and there should not
318
scoped_refptr<TableBuilder>
table_builder_
;
member in class:VisitedLinkMaster
/external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc
125
// We mark that we're rebuilding from history by setting the
table_builder_
208
if (
table_builder_
.get()) {
213
table_builder_
->DisownMaster();
262
if (
table_builder_
.get()) {
293
if (!
table_builder_
.get() && index != null_hash_) {
307
if (!
table_builder_
.get() && index != null_hash_)
312
if (!
table_builder_
.get() && persist_to_disk_)
343
if (
table_builder_
.get()) {
830
DCHECK(!
table_builder_
.get());
833
table_builder_
= new TableBuilder(this, salt_)
[
all
...]
visitedlink_master.h
312
// history. This will set
table_builder_
while working, and there should not
367
scoped_refptr<TableBuilder>
table_builder_
;
member in class:visitedlink::VisitedLinkMaster
Completed in 841 milliseconds