HomeSort by relevance Sort by last modified time
    Searched refs:GetDetails (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/sync/internal_api/public/events/
protocol_event.h 42 virtual std::string GetDetails() const = 0;
commit_response_event.h 31 virtual std::string GetDetails() const OVERRIDE;
configure_get_updates_request_event.h 29 virtual std::string GetDetails() const OVERRIDE;
get_updates_response_event.h 33 virtual std::string GetDetails() const OVERRIDE;
poll_get_updates_request_event.h 32 virtual std::string GetDetails() const OVERRIDE;
commit_request_event.h 32 virtual std::string GetDetails() const OVERRIDE;
normal_get_updates_request_event.h 34 virtual std::string GetDetails() const OVERRIDE;
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 59 std::list<std::string>* GetDetails() {
245 EXPECT_EQ(1u, ui_manager_->GetDetails()->size());
246 ui_manager_->GetDetails()->clear();
278 EXPECT_EQ(1u, ui_manager_->GetDetails()->size());
279 ui_manager_->GetDetails()->clear();
315 EXPECT_EQ(1u, ui_manager_->GetDetails()->size());
316 ui_manager_->GetDetails()->clear();
348 EXPECT_EQ(1u, ui_manager_->GetDetails()->size());
349 ui_manager_->GetDetails()->clear();
392 EXPECT_EQ(1u, ui_manager_->GetDetails()->size())
    [all...]
  /external/chromium_org/device/hid/
hid_report_descriptor.h 30 void GetDetails(std::vector<HidCollectionInfo>* top_level_collections,
hid_report_descriptor.cc 29 void HidReportDescriptor::GetDetails(
hid_service_linux.cc 194 report_descriptor.GetDetails(&device_info->collections,
  /external/chromium_org/sync/internal_api/events/
protocol_event.cc 19 dict->SetString("details", event.GetDetails());
commit_response_event.cc 30 std::string CommitResponseEvent::GetDetails() const {
poll_get_updates_request_event.cc 27 std::string PollGetUpdatesRequestEvent::GetDetails() const {
commit_request_event.cc 33 std::string CommitRequestEvent::GetDetails() const {
configure_get_updates_request_event.cc 31 std::string ConfigureGetUpdatesRequestEvent::GetDetails() const {
get_updates_response_event.cc 31 std::string GetUpdatesResponseEvent::GetDetails() const {
normal_get_updates_request_event.cc 34 std::string NormalGetUpdatesRequestEvent::GetDetails() const {
  /external/chromium_org/chrome/renderer/extensions/
app_bindings.h 35 void GetDetails(const v8::FunctionCallbackInfo<v8::Value>& args);
app_bindings.cc 66 RouteFunction("GetDetails",
67 base::Bind(&AppBindings::GetDetails, base::Unretained(this)));
86 void AppBindings::GetDetails(
  /external/chromium_org/v8/src/
lookup-inl.h 63 property_details_ = descriptors->GetDetails(number_);
field-index-inl.h 96 map->instance_descriptors()->GetDetails(descriptor_index);
property.h 35 PropertyDetails GetDetails() const { return details_; }
144 details_ = target->instance_descriptors()->GetDetails(number_);
  /external/chromium_org/ash/shell/
app_list.cc 95 static std::string GetDetails(Type type) {
182 base::UTF8ToUTF16(WindowTypeShelfItem::GetDetails(type_));
  /external/chromium_org/chrome/renderer/resources/extensions/
app_custom_bindings.js 35 getDetails: wrapForLogging(appNatives.GetDetails),

Completed in 225 milliseconds

1 2