OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base
(Results
1401 - 1425
of
5191
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/chromium/chrome/browser/
mock_browsing_data_database_helper.cc
7
#include "
base
/callback.h"
40
"http://gdbhost1:1/", 1,
base
::Time()));
44
"http://gdbhost2:2/", 2,
base
::Time()));
mock_browsing_data_indexed_db_helper.cc
7
#include "
base
/callback.h"
8
#include "
base
/logging.h"
38
FilePath(FILE_PATH_LITERAL("file1")), 1,
base
::Time()));
43
FilePath(FILE_PATH_LITERAL("file2")), 2,
base
::Time()));
mock_browsing_data_local_storage_helper.cc
7
#include "
base
/callback.h"
8
#include "
base
/logging.h"
39
FilePath(FILE_PATH_LITERAL("file1")), 1,
base
::Time()));
44
FilePath(FILE_PATH_LITERAL("file2")), 2,
base
::Time()));
plugin_data_remover_helper.cc
9
#include "
base
/memory/ref_counted.h"
18
: public
base
::RefCountedThreadSafe<PluginDataRemoverHelper::Internal> {
37
friend class
base
::RefCountedThreadSafe<Internal>;
spellcheck_host_impl.h
12
#include "
base
/file_path.h"
13
#include "
base
/memory/scoped_ptr.h"
53
virtual const
base
::PlatformFile& GetDictionaryFile() const;
118
base
::PlatformFile file_;
/external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.cc
7
#include "
base
/command_line.h"
8
#include "
base
/path_service.h"
32
if (!PathService::Get(
base
::FILE_MODULE, &module_path))
63
base
::ProcessHandle handle) {
/external/chromium/chrome/browser/policy/
device_token_fetcher.cc
9
#include "
base
/message_loop.h"
182
base
::Time delayed_work_at;
200
base
::TimeDelta::FromMilliseconds(unmanaged_device_refresh_rate_ms_);
206
delayed_work_at =
base
::Time::Now() +
207
base
::TimeDelta::FromMilliseconds(
218
delayed_work_at =
base
::Time::Now() +
219
base
::TimeDelta::FromMilliseconds(
235
base
::Time now(
base
::Time::Now());
/external/chromium/chrome/browser/printing/
print_job.h
9
#include "
base
/basictypes.h"
10
#include "
base
/memory/scoped_ptr.h"
11
#include "
base
/message_loop.h"
144
class JobEventDetails : public
base
::RefCountedThreadSafe<JobEventDetails> {
191
friend class
base
::RefCountedThreadSafe<JobEventDetails>;
/external/chromium/chrome/browser/renderer_host/
download_resource_handler.h
11
#include "
base
/memory/scoped_ptr.h"
12
#include "
base
/timer.h"
91
base
::OneShotTimer<DownloadResourceHandler> pause_timer_;
92
base
::TimeTicks download_start_time_; // used to collect stats.
/external/chromium/chrome/browser/safe_browsing/
malware_details_cache.h
15
#include "
base
/hash_tables.h"
16
#include "
base
/memory/linked_ptr.h"
17
#include "
base
/memory/ref_counted.h"
20
#include "net/
base
/completion_callback.h"
31
typedef
base
::hash_map<
37
: public
base
::RefCountedThreadSafe<MalwareDetailsCacheCollector>,
/external/chromium/chrome/browser/sessions/
session_backend.h
11
#include "
base
/memory/ref_counted.h"
12
#include "
base
/memory/scoped_ptr.h"
33
class SessionBackend : public
base
::RefCountedThreadSafe<SessionBackend> {
97
friend class
base
::RefCountedThreadSafe<SessionBackend>;
/external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller.h
11
#include "
base
/basictypes.h"
12
#include "
base
/memory/scoped_ptr.h"
19
namespace
base
{ class TimeDelta; }
namespace
35
// void RecordAssociationTime(
base
::TimeDelta time);
94
virtual void RecordAssociationTime(
base
::TimeDelta time) = 0;
/external/chromium/chrome/browser/sync/notifier/
invalidation_notifier.h
18
#include "
base
/basictypes.h"
19
#include "
base
/compiler_specific.h"
20
#include "
base
/memory/scoped_ptr.h"
21
#include "
base
/observer_list.h"
22
#include "
base
/threading/non_thread_safe.h"
27
#include "jingle/notifier/
base
/notifier_options.h"
56
virtual void OnConnect(
base
::WeakPtr<talk_base::Task> base_task) OVERRIDE;
68
base
::NonThreadSafe non_thread_safe_;
/external/chromium/chrome/browser/sync/
profile_sync_test_util.cc
7
#include "
base
/task.h"
8
#include "
base
/threading/thread.h"
15
base
::Thread* notification_thread)
48
ThreadNotifier::ThreadNotifier(
base
::Thread* notify_thread)
/external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.h
13
#include "
base
/memory/scoped_ptr.h"
14
#include "
base
/timer.h"
20
#include "ui/
base
/animation/animation_delegate.h"
21
#include "ui/
base
/gtk/gtk_signal.h"
142
base
::OneShotTimer<StatusBubbleGtk> hide_timer_;
145
base
::OneShotTimer<StatusBubbleGtk> expand_timer_;
/external/chromium/chrome/browser/ui/
shell_dialogs.h
12
#include "
base
/file_path.h"
13
#include "
base
/memory/ref_counted.h"
14
#include "
base
/string16.h"
25
// A
base
class for shell dialogs.
42
: public
base
::RefCountedThreadSafe<SelectFileDialog>,
146
friend class
base
::RefCountedThreadSafe<SelectFileDialog>;
/external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.h
9
#include "
base
/memory/ref_counted.h"
10
#include "
base
/memory/scoped_ptr.h"
11
#include "
base
/threading/platform_thread.h"
14
#include "ui/
base
/dragdrop/os_exchange_data_provider_win.h"
29
public
base
::RefCountedThreadSafe<TabContentsDragWin> {
75
base
::PlatformThreadId drag_drop_thread_id_;
/external/chromium/chrome/browser/ui/views/
wrench_menu.h
12
#include "
base
/memory/ref_counted.h"
13
#include "
base
/memory/scoped_ptr.h"
14
#include "ui/
base
/models/menu_model.h"
26
class WrenchMenu : public
base
::RefCounted<WrenchMenu>,
43
friend class
base
::RefCounted<WrenchMenu>;
/external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.h
11
#include "
base
/memory/ref_counted.h"
12
#include "
base
/task.h"
60
class DataSource : public
base
::RefCountedThreadSafe<
173
static
base
::Lock delete_lock_;
constrained_html_ui.cc
7
#include "
base
/lazy_instance.h"
8
#include "
base
/values.h"
14
static
base
::LazyInstance<PropertyAccessor<ConstrainedHtmlUIDelegate*> >
15
g_constrained_html_ui_property_accessor(
base
::LINKER_INITIALIZED);
html_dialog_ui.cc
7
#include "
base
/callback.h"
8
#include "
base
/lazy_instance.h"
9
#include "
base
/values.h"
14
static
base
::LazyInstance<PropertyAccessor<HtmlDialogUIDelegate*> >
15
g_html_dialog_ui_property_accessor(
base
::LINKER_INITIALIZED);
print_preview_ui_html_source_unittest.cc
5
#include "
base
/command_line.h"
6
#include "
base
/shared_memory.h"
50
std::make_pair(new
base
::SharedMemory(), 1234);
57
dummy_data.first = new
base
::SharedMemory();
/external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_win.cc
7
#include "
base
/win/scoped_gdi_object.h"
8
#include "
base
/win/scoped_hdc.h"
20
base
::win::ScopedHDC mem_hdc(CreateCompatibleDC(window_hdc));
31
base
::win::ScopedBitmap bitmap(
/external/chromium/chrome/browser/webdata/
autofill_entry.cc
7
#include "
base
/utf_string_conversions.h"
44
const std::vector<
base
::Time>& timestamps)
58
std::set<
base
::Time> other_timestamps(entry.timestamps().begin(),
/external/chromium/chrome/common/
child_process_logging_linux.cc
7
#include "
base
/string_number_conversions.h"
8
#include "
base
/string_util.h"
9
#include "
base
/utf_string_conversions.h"
35
base
::strlcpy(g_active_url,
47
base
::strlcpy(g_client_id, str.c_str(), kClientIdSize);
Completed in 997 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>