Searched refs:GetNextRequestId (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Dsend_request_natives.h22 void GetNextRequestId(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dsend_request_natives.cc19 RouteFunction("GetNextRequestId",
20 base::Bind(&SendRequestNatives::GetNextRequestId,
30 void SendRequestNatives::GetNextRequestId( function in class:extensions::SendRequestNatives
33 static_cast<int32_t>(request_sender_->GetNextRequestId()));
H A Drequest_sender.h64 int GetNextRequestId() const;
H A Drequest_sender.cc66 int RequestSender::GetNextRequestId() const { function in class:extensions::RequestSender
/external/chromium_org/chrome/browser/
H A Dpepper_flash_settings_manager.h114 uint32 GetNextRequestId();
H A Dpepper_flash_settings_manager.cc994 uint32 id = GetNextRequestId();
1004 uint32 id = GetNextRequestId();
1016 uint32 id = GetNextRequestId();
1028 uint32 id = GetNextRequestId();
1037 uint32 id = GetNextRequestId();
1048 uint32 id = GetNextRequestId();
1053 uint32 PepperFlashSettingsManager::GetNextRequestId() { function in class:PepperFlashSettingsManager
/external/chromium_org/extensions/renderer/resources/
H A Dsend_request.js135 var requestId = natives.GetNextRequestId();

Completed in 103 milliseconds