HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 276 - 300 of 5077) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/webui/
conflicts_ui.h 9 #include "ui/base/layout.h"
13 namespace base { namespace
22 static base::RefCountedMemory* GetFaviconResourceBytes(
crashes_ui.h 9 #include "ui/base/layout.h"
11 namespace base { namespace
19 static base::RefCountedMemory* GetFaviconResourceBytes(
downloads_ui.h 9 #include "ui/base/layout.h"
11 namespace base { namespace
19 static base::RefCountedMemory* GetFaviconResourceBytes(
flash_ui.h 9 #include "ui/base/layout.h"
11 namespace base { namespace
20 static base::RefCountedMemory* GetFaviconResourceBytes(
gesture_config_ui.h 10 namespace base { namespace
12 } // namespace base
30 void UpdatePreferenceValue(const base::ListValue* args);
37 void ResetPreferenceValue(const base::ListValue* args);
44 void SetPreferenceValue(const base::ListValue* args);
metrics_handler.h 8 #include "base/compiler_specific.h"
21 namespace base { namespace
35 void HandleRecordAction(const base::ListValue* args);
44 void HandleRecordInHistogram(const base::ListValue* args);
47 void HandleLogEventTime(const base::ListValue* args);
50 void HandleLogMouseover(const base::ListValue* args);
plugins_ui.h 9 #include "ui/base/layout.h"
11 namespace base { namespace
23 static base::RefCountedMemory* GetFaviconResourceBytes(
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_basic_info.h 8 namespace base { namespace
20 base::DictionaryValue* info);
extensions_ui.h 8 #include "base/basictypes.h"
10 #include "ui/base/layout.h"
12 namespace base { namespace
23 static base::RefCountedMemory* GetFaviconResourceBytes(
  /external/chromium_org/chrome/browser/ui/webui/media/
webrtc_logs_ui.h 9 #include "ui/base/layout.h"
11 namespace base { namespace
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.h 9 namespace base { namespace
19 static base::Value* GetConstants();
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
new_tab_page_ready_handler.h 8 #include "base/compiler_specific.h"
11 namespace base { namespace
26 void HandleNewTabPageReady(const base::ListValue* args);
29 void HandleNewTabPageUnexpectedNavigation(const base::ListValue* args);
32 void HandleNewTabPageTitleLoaded(const base::ListValue* args);
  /external/chromium_org/chrome/browser/ui/webui/translate_internals/
translate_internals_handler.h 18 namespace base { namespace
45 void OnRemovePrefItem(const base::ListValue* args);
51 void OnRequestInfo(const base::ListValue* args);
54 void SendMessageToJs(const std::string& message, const base::Value& value);
  /external/chromium_org/chrome/browser/
user_data_dir_extractor.h 8 namespace base { namespace
19 base::FilePath GetUserDataDir(const content::MainFunctionParams& parameters);
  /external/chromium_org/chrome/common/
chrome_paths_internal.h 20 namespace base { namespace
28 bool GetDefaultUserDataDirectory(base::FilePath* result);
30 // This returns the base directory in which Chrome Frame stores user profiles.
33 bool GetChromeFrameUserDataDirectory(base::FilePath* result);
42 void GetUserCacheDirectory(const base::FilePath& profile_dir, base::FilePath* result);
45 bool GetUserDocumentsDirectory(base::FilePath* result);
49 bool GetUserDownloadsDirectorySafe(base::FilePath* result);
53 bool GetUserDownloadsDirectory(base::FilePath* result);
56 bool GetUserMusicDirectory(base::FilePath* result)
    [all...]
logging_chrome.h 11 #include "base/logging.h"
12 #include "base/time/time.h"
16 namespace base { namespace
40 base::FilePath GetSessionLogFile(const CommandLine& command_line);
50 base::FilePath GetLogFileName();
70 base::FilePath GenerateTimestampedName(const base::FilePath& base_path,
71 base::Time timestamp);
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_helpers.h 12 #include "base/memory/scoped_ptr.h"
16 namespace base { namespace
63 scoped_ptr<base::DictionaryValue> ParseResponseJSON(
  /external/chromium_org/chrome/common/extensions/
extension_file_util.h 11 #include "base/memory/ref_counted.h"
17 namespace base { namespace
34 base::FilePath InstallExtension(const base::FilePath& unpacked_source_dir,
37 const base::FilePath& extensions_dir);
40 void UninstallExtension(const base::FilePath& extensions_dir,
46 const base::FilePath& extension_root,
53 const base::FilePath& extension_root,
61 base::DictionaryValue* LoadManifest(const base::FilePath& extension_root
    [all...]
manifest_handler_helpers.h 10 #include "base/memory/scoped_ptr.h"
11 #include "base/strings/string16.h"
15 namespace base { namespace
30 bool LoadIconsFromDictionary(const base::DictionaryValue* icons_value,
34 base::string16* error);
  /external/chromium_org/chrome/common/mac/
app_mode_chrome_locator.h 10 #include "base/strings/string16.h"
14 namespace base { namespace
22 bool FindBundleById(NSString* bundle_id, base::FilePath* out_bundle);
30 bool GetChromeBundleInfo(const base::FilePath& chrome_bundle,
31 base::string16* raw_version_str,
32 base::FilePath* version_path,
33 base::FilePath* framework_shlib_path);
  /external/chromium_org/chrome/common/media_galleries/
picasa_test_util.h 11 #include "base/basictypes.h"
13 namespace base { namespace
19 void WriteAlbumTable(const base::FilePath& column_file_destination,
28 void WriteTestAlbumTable(const base::FilePath& column_file_destination,
29 const base::FilePath& test_folder_1_path,
30 const base::FilePath& test_folder_2_path);
32 void WriteTestAlbumsImagesIndex(const base::FilePath& test_folder_1_path,
33 const base::FilePath& test_folder_2_path);
  /external/chromium_org/chrome/common/metrics/variations/
uniformity_field_trials.h 8 namespace base { namespace
17 void SetupUniformityFieldTrials(const base::Time install_date);
  /external/chromium_org/chrome/common/net/
url_fixer_upper.h 10 #include "base/strings/string16.h"
13 namespace base { namespace
34 base::string16 SegmentURL(const base::string16& text,
68 GURL FixupRelativeFile(const base::FilePath& base_dir,
69 const base::FilePath& text);
  /external/chromium_org/chrome/common/safe_browsing/
download_protection_util.h 8 namespace base { namespace
16 bool IsBinaryFile(const base::FilePath& file);
19 bool IsArchiveFile(const base::FilePath& file);
  /external/chromium_org/chrome/installer/setup/
install_worker.h 19 namespace base { namespace
34 const base::FilePath& setup_path,
35 const base::Version& new_version,
44 const base::Version& new_version,
85 const base::FilePath& setup_path,
86 const base::Version* current_version,
87 const base::Version& new_version,
88 const base::FilePath& temp_path,
105 const base::FilePath& setup_path,
106 const base::FilePath& archive_path
    [all...]

Completed in 2350 milliseconds

<<11121314151617181920>>