/external/chromium_org/chrome/browser/extensions/api/file_handlers/ |
app_file_handler_util.h | 58 std::string id; member in struct:extensions::app_file_handler_util::GrantedFileEntry
|
/external/chromium_org/chrome/browser/extensions/api/sessions/ |
session_id.cc | 26 int id; local 29 &id)) { 32 return make_scoped_ptr(new SessionId(session_tag, id)); 35 SessionId::SessionId(const std::string& session_tag, int id) 36 : session_tag_(session_tag), id_(id) {
|
/external/chromium_org/chrome/browser/media/ |
desktop_media_list.h | 23 // Id of the source. 24 content::DesktopMediaID id; member in struct:DesktopMediaList::Source 45 // Sets ID of the hosting desktop picker dialog. The window with this ID will 47 virtual void SetViewDialogWindowId(content::DesktopMediaID::Id dialog_id) = 0;
|
/external/chromium_org/chrome/browser/notifications/ |
notification_object_proxy.cc | 55 std::string NotificationObjectProxy::id() const { function in class:NotificationObjectProxy
|
/external/chromium_org/chrome/browser/sessions/ |
session_command.h | 14 // SessionCommand contains a command id and arbitrary chunk of data. The id 33 // Creates a session command with the specified id. This allocates a buffer 35 SessionCommand(id_type id, size_type size); 38 // id whose contents is populated from the contents of pickle. 39 SessionCommand(id_type id, const Pickle& pickle); 46 id_type id() const { return id_; } function in class:SessionCommand
|
session_id.h | 23 // was used as the contents of a tab), returns a tab id. This value is 31 // window, returns Browser::session_id().id() for that Browser. If the tab is 32 // being dragged between Browser windows, returns the old window's id value. 34 // Browser window, returns an id value that is different from that of any 39 // Returns the underlying id. 40 void set_id(id_type id) { id_ = id; } 41 id_type id() const { return id_; } function in class:SessionID
|
/external/chromium_org/chrome/browser/ui/app_list/search/people/ |
person.h | 31 // This is a unique id for this person. In the case of a result with an 32 // associated Google account, this will always be the same as the owner id. 33 // In case of non-Google results, this id is arbitrary but guaranteed to be 35 std::string id; member in struct:app_list::Person 37 // The Owner Id is a GAIA obfuscated id which can be used to identify a
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
browser_action_drag_data.h | 22 BrowserActionDragData(const std::string& id, int index); 24 const std::string& id() const { return id_; } function in class:BrowserActionDragData 48 // The id of the view being dragged.
|
/external/chromium_org/chrome/common/extensions/api/file_handlers/ |
file_handlers_parser.h | 21 std::string id; member in struct:extensions::FileHandlerInfo
|
/external/chromium_org/chrome/common/extensions/api/url_handlers/ |
url_handlers_parser.h | 23 // ID identifying this handler in the manifest. 24 std::string id; member in struct:extensions::UrlHandlerInfo
|
/external/chromium_org/chrome/common/media_galleries/ |
itunes_library.h | 21 Track(uint64 id, const base::FilePath& location); 24 uint64 id; member in struct:itunes::parser::Track
|
/external/chromium_org/chrome_frame/ |
sync_msg_reply_dispatcher.cc | 57 int id = IPC::SyncMessage::GetMessageId(msg); local 62 if (context->id_ == id) {
|
/external/chromium_org/components/policy/core/common/ |
policy_details.h | 24 // The id of the protobuf field that contains this policy, 26 int id; member in struct:policy::PolicyDetails
|
/external/chromium_org/components/url_matcher/ |
string_pattern.h | 25 typedef int ID; 27 StringPattern(const std::string& pattern, ID id); 30 ID id() const { return id_; } function in class:url_matcher::StringPattern 36 ID id_;
|
/external/chromium_org/content/common/ |
ssl_status_serialization.cc | 28 pickle.WriteInt(iter->id); 65 int id; local 68 pickle_read_ok = pickle.ReadInt(&iter, &id) && 73 id,
|
/external/chromium_org/gpu/command_buffer/common/ |
cmd_buffer_common.cc | 28 int id = static_cast<int>(command_id); local 29 return (id >= 0 && id < kNumCommands) ? names[id] : "*unknown-command*";
|
/external/chromium_org/media/base/ |
bitstream_buffer.h | 17 BitstreamBuffer(int32 id, base::SharedMemoryHandle handle, size_t size) 18 : id_(id), 23 int32 id() const { return id_; } function in class:media::BitstreamBuffer
|
/external/chromium_org/media/midi/ |
midi_port_info.h | 26 std::string id; member in struct:media::MIDIPortInfo
|
/external/chromium_org/ppapi/c/ |
pp_touch_point.h | 28 * single touch point, such as position, id, rotation angle, and pressure. 32 * This value represents the identifier for this TouchPoint. The id 34 * the first point to be pressed has an id of 0, the second has an id of 1, 35 * and so on. An id can be reused when a touch point is released. For 36 * example, if two fingers are down, with id 0 and 1, and finger 0 releases, 37 * the next finger to be pressed can be assigned to id 0. 39 uint32_t id; member in struct:PP_TouchPoint
|
/external/chromium_org/ppapi/cpp/ |
touch_point.h | 23 /// pressed has an id of 0, the second has an id of 1, and so on. An id can be 25 /// down, with id 0 and 1, and finger 0 releases, the next finger to be 26 /// pressed can be assigned to id 0. 27 uint32_t id() const { return touch_point_.id; } function in class:pp::TouchPoint
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_device_ref_shared.h | 27 id == other.id; 32 std::string id; member in struct:ppapi::DeviceRefData
|
/external/chromium_org/sync/internal_api/public/ |
delete_journal.h | 19 int64 id; // Metahandle of delete journal entry. member in struct:syncer::BookmarkDeleteJournal
|
/external/chromium_org/sync/syncable/ |
write_transaction_info.h | 16 WriteTransactionInfo(int64 id, 26 int64 id; member in struct:syncer::syncable::WriteTransactionInfo
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebRTCDataChannelInit.h | 45 , id(-1) { } 51 int id; member in struct:blink::WebRTCDataChannelInit
|
/external/chromium_org/third_party/angle/src/compiler/ |
ForLoopUnroll.h | 13 int id; member in struct:TLoopIndexInfo
|