/external/chromium/net/base/ |
net_log.h | 28 // To avoid needing to pass in the "source id" to the logging functions, NetLog 30 // specific source ID. 61 // Identifies the entity that generated this log. The |id| field should 67 Source() : type(SOURCE_NONE), id(kInvalidId) {} 68 Source(SourceType type, uint32 id) : type(type), id(id) {} 69 bool is_valid() const { return id != kInvalidId; } 75 uint32 id; member in struct:net::NetLog::Source 128 // Returns a unique ID which can be used as a source ID [all...] |
/external/chromium/net/proxy/ |
proxy_config.h | 108 typedef int ID; 119 ID id() const { return id_; } function in class:net::ProxyConfig 120 void set_id(int id) { id_ = id; }
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AndroidProtocolHandler.java | 66 int id = field.getInt(null); local 67 return id;
|
/external/chromium_org/android_webview/native/ |
state_serializer.cc | 120 const int id = web_contents->GetRenderProcessHost()->GetID(); local 127 content::ChildProcessSecurityPolicy::GetInstance()->GrantReadFile(id,
|
/external/chromium_org/ash/display/ |
display_change_observer_chromeos.cc | 161 int64 id = output.display_id; local 162 if (id == gfx::Display::kInvalidDisplayID || ids.find(id) != ids.end()) 163 id = output.index; 164 ids.insert(id); 166 displays.push_back(DisplayInfo(id, name, has_overscan));
|
display_info.h | 71 // Creates a DisplayInfo from string spec using given |id|. 73 int64 id); 76 DisplayInfo(int64 id, const std::string& name, bool has_overscan); 79 int64 id() const { return id_; } function in class:ash::internal::DisplayInfo
|
/external/chromium_org/ash/launcher/ |
launcher.cc | 85 LauncherID id = GetLauncherIDForWindow(window); local 86 gfx::Rect bounds(shelf_view_->GetIdealBoundsOfItemIcon(id)); 114 item.id);
|
/external/chromium_org/ash/shelf/ |
shelf_window_watcher.cc | 88 LauncherID id = model_->next_id(); local 91 SetLauncherIDForWindow(id, window); 95 item_delegate_manager_->SetShelfItemDelegate(id, item_delegate.Pass()); 208 GetRootWindowForDisplayId(new_display.id());
|
/external/chromium_org/ash/shell/ |
window_watcher.cc | 89 aura::Window* WindowWatcher::GetWindowByID(ash::LauncherID id) { 90 IDToWindow::const_iterator i = id_to_window_.find(id); 105 ash::LauncherID id = model->next_id(); local 106 id_to_window_[id] = new_window; 123 new WindowWatcherShelfItemDelegate(id, this)); 124 manager->SetShelfItemDelegate(id, delegate.Pass()); 125 SetLauncherIDForWindow(id, new_window); 147 GetRootWindowForDisplayId(new_display.id());
|
/external/chromium_org/base/android/ |
jni_android.cc | 125 jmethodID id = type == TYPE_STATIC ? local 128 CHECK(base::android::ClearException(env) || id) << 132 return id; 149 jmethodID id = MethodID::Get<type>(env, clazz, method_name, jni_signature); 151 atomic_method_id, reinterpret_cast<subtle::AtomicWord>(id)); 152 return id;
|
/external/chromium_org/base/memory/ |
shared_memory.h | 191 SharedMemoryId id() const { return inode_; } function in class:base::SharedMemory
|
/external/chromium_org/cc/quads/ |
render_pass_unittest.cc | 26 RenderPass::Id id; member in struct:cc::__anon3882::RenderPassSize 43 EXPECT_EQ(expected->id, actual->id); 66 RenderPass::Id id(3, 2); 74 pass->SetAll(id, 98 RenderPass::Id new_id(63, 4); 101 EXPECT_EQ(new_id, copy->id); 118 RenderPass::Id id(3, 2) [all...] |
/external/chromium_org/cc/test/ |
animation_test_common.cc | 42 int id = AnimationIdProvider::NextAnimationId(); local 46 id, 52 return id; 75 int id = AnimationIdProvider::NextAnimationId(); local 79 id, 85 return id; 109 int id = AnimationIdProvider::NextAnimationId(); local 113 id, 119 return id;
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
ChromeBrowserProviderClient.java | 27 /** Retrieve the node corresponding to the id provided in getBookmarkNode. */ 43 * Verifies if a bookmark node given by its ID exists in the bookmark model. 55 * Creates a bookmark folder or returns its ID if it already exists. 59 * @param parentId ID of the parent folder. Must be in the Mobile Bookmarks branch. 60 * @return The ID of the new created folder (or INVALID_BOOKMARK_ID on error). 61 * Will return the ID of any existing folder in the same parent with the same name. 64 Long id = chromeBrowserProviderCall(Long.class, local 67 return id != null ? id.longValue() : INVALID_BOOKMARK_ID; 93 * Retrieves a bookmark node given its ID or null if no such node exists 130 Long id = chromeBrowserProviderCall(Long.class, local [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
contact_provider_chromeos_unittest.cc | 80 // Returns the contact ID in |match|'s additional info, or an empty string if 81 // no ID is present. 105 // contact ID. 111 std::string id = GetContactIdFromMatch(matches[i]); local 112 DCHECK(!id.empty()) << "Match " << i << " lacks contact ID"; 113 contact_id_classifications[id] = AutocompleteMatch:: 274 << "Expected contact ID " << exp_contact.contact_id()
|
/external/chromium_org/chrome/browser/automation/ |
url_request_automation_job.h | 62 int id() const { function in class:URLRequestAutomationJob 93 void OnRequestStarted(int id, const AutomationURLResponse& response); 94 void OnDataAvailable(int id, const std::string& bytes); 95 void OnRequestEnd(int id, const net::URLRequestStatus& status);
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
component_extension_ime_manager_impl.cc | 26 const char* id; member in struct:chromeos::__anon4297::WhitelistedComponentExtensionIME 278 whitelisted_component_extension[i].id, 281 component_ime.id = whitelisted_component_extension[i].id;
|
/external/chromium_org/chrome/browser/chromeos/login/ |
wallpaper_manager_browsertest.cc | 100 const std::string& id) { 104 id); 148 std::string id = base::Int64ToString(base::Time::Now().ToInternalValue()); local 152 id); 156 id); 165 std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value(); 238 std::string id = base::Int64ToString(base::Time::Now().ToInternalValue()); local 242 id); 246 std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value();
|
/external/chromium_org/chrome/browser/component_updater/ |
component_updater_service.h | 115 // This convenience function returns component id of given CrxComponent. 120 // |id| is currently derived from |CrxComponent.pk_hash|, see rest of the 122 std::string id; member in struct:CrxComponentInfo
|
crx_update_item.h | 77 std::string id; member in struct:component_updater::CrxUpdateItem 121 explicit FindById(const std::string& id) : id_(id) {} 124 return (item->id == id_);
|
/external/chromium_org/chrome/browser/content_settings/ |
permission_queue_controller.cc | 30 InfoBarService* GetInfoBarService(const PermissionRequestID& id) { 32 tab_util::GetWebContentsByID(id.render_process_id(), id.render_view_id()); 42 const PermissionRequestID& id, 51 const PermissionRequestID& id() const { return id_; } function in class:PermissionQueueController::PendingInfoBarRequest 73 const PermissionRequestID& id, 78 id_(id), 141 CancelInfoBarRequest(pending_infobar_requests_.front().id()); 145 const PermissionRequestID& id, 155 DCHECK(!i->id().Equals(id)) [all...] |
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
downloads_api.h | 73 const std::string& id, 76 const std::string& id() const { return id_; } function in class:DownloadedByExtension
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
networking_private_service_client.h | 114 // Gets the properties of the network with id |network_guid|. See note on 120 // Gets the merged properties of the network with id |network_guid| from these 128 // Gets the cached read-only properties of the network with id |network_guid|. 137 // Start connect to the network with id |network_guid|. See note on 143 // Start disconnect from the network with id |network_guid|. See note on 149 // Sets the |properties| of the network with id |network_guid|. See note on 212 ServiceCallbacksID id; member in struct:extensions::NetworkingPrivateServiceClient::ServiceCallbacks
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
settings_test_util.cc | 47 const std::string& id, bool include_disabled) const { 49 maybe_extension = extensions_.find(id); 55 const std::string& id, Manifest::Type type) { 57 AddExtensionWithIdAndPermissions(id, type, empty_permissions); 61 const std::string& id, 65 manifest.SetString("name", std::string("Test extension ") + id); 98 id, local 102 extensions_[id] = extension;
|
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/ |
webrtc_audio_private_api.cc | 89 const std::string& extension_id = (*it)->id(); 175 // empty string as the sink ID. 183 // TODO(joi): Debug-only, DCHECK that all items have the same ID. 189 void WebrtcAudioPrivateGetActiveSinkFunction::OnSinkId(const std::string& id) { 190 std::string result = id; 192 DVLOG(2) << "Received empty ID, replacing with default ID."; 220 DVLOG(2) << "Received default ID, replacing with empty ID."; 232 "No active stream for tab with id: *." 315 const std::string& id = it->unique_id; local [all...] |