HomeSort by relevance Sort by last modified time
    Searched refs:GetDetails (Results 1 - 25 of 40) 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/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/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 91 std::list<std::string>* GetDetails() {
289 EXPECT_EQ(1u, this->ui_manager_->GetDetails()->size());
290 this->ui_manager_->GetDetails()->clear();
322 EXPECT_EQ(1u, this->ui_manager_->GetDetails()->size());
323 this->ui_manager_->GetDetails()->clear();
359 EXPECT_EQ(1u, this->ui_manager_->GetDetails()->size());
360 this->ui_manager_->GetDetails()->clear();
392 EXPECT_EQ(1u, this->ui_manager_->GetDetails()->size());
393 this->ui_manager_->GetDetails()->clear();
436 EXPECT_EQ(1u, this->ui_manager_->GetDetails()->size())
    [all...]
  /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/
field-index-inl.h 70 map->instance_descriptors()->GetDetails(descriptor_index);
lookup.cc 135 property_details_ = holder_map_->instance_descriptors()->GetDetails(
property.h 33 PropertyDetails GetDetails() { return details_; }
166 details_ = target->instance_descriptors()->GetDetails(number_);
objects.cc     [all...]
objects-debug.cc 262 if (descriptors->GetDetails(i).type() == FIELD) {
263 Representation r = descriptors->GetDetails(i).representation();
    [all...]
objects-inl.h     [all...]
  /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 1121 milliseconds

1 2